History log of /PHP-8.3/.github/workflows/nightly.yml (Results 1 – 25 of 68)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 50d5e96e 24-Sep-2024 Ilija Tovilo

Fix nightly for 8.2

Backport of af721c9c361643df13a8137d22de9acde82512e5


# af721c9c 23-Sep-2024 武田 憲太郎

Fix MySQL and MSSQL CI failures

* use mysql service container for nightly tests
* remove unnecessary mysql startup
* update mssql container to newer version

Closes GH-16011.


# 93a9a9b4 17-Jul-2024 Christoph M. Becker

Update the php-sdk-binary-tools to php-sdk-2.3.0

The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the
`php-sdk-2.2.0` which is almost five years old, and does not fetch th

Update the php-sdk-binary-tools to php-sdk-2.3.0

The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the
`php-sdk-2.2.0` which is almost five years old, and does not fetch the
updated dependencies from https://downloads.php.net/~windows.

The `master` branch CI uses `php_downloads_server_migration_v1`, which
has been superseded a few months ago[1]. So switching to the
`php-sdk-2.3.0` makes sense there, too.

[1] <php/php-sdk-binary-tools@19c8ccb>

Closes GH-14991.

show more ...


# a380cdb9 04-Jul-2024 Ilija Tovilo

[skip ci] Fix exlusion of buggy Symfony test


# f598b587 13-Jun-2024 Ilija Tovilo

Remove GitHub actions junit artifacts

Nobody looks at those, and nightly regularly fails due to uploading them.

Closes GH-14555


# 402f3a92 07-May-2024 Tim Düsterhus

CI: Do not save the ccache for PRs (8.3+)

see GH-14168


# febbbfac 03-May-2024 武田 憲太郎

Fix the MySQL Server version used for testing to (#14120)

closes #14120


# ace91ddd 21-Nov-2023 Ilija Tovilo

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to h

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to happen on Linux+ASAN
and macOS. For these jobs, keep one core idle.

Closes GH-12742

show more ...


# 0e8205bd 31-Oct-2023 Ilija Tovilo

Use attribute for ignoring Laravel test

Apparently `@group` stopped working.


# b0bac336 30-Oct-2023 Ilija Tovilo

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed an

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed and the
replacement stopped working.

Closes GH-12570

show more ...


# c3d2f519 30-Oct-2023 Ilija Tovilo

[skip ci] Update mysql 5.7 patch


# f42cef66 17-Oct-2023 武田 憲太郎

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


# 734afa0b 13-Oct-2023 Ilija Tovilo

Fix JIT on nightly

The JIT was accidentally disabled in nightly on lower branches because
jit_buffer_size woudln't be passed from nightly.yml on master anymore.


# 36a87e6d 04-Oct-2023 Ilija Tovilo

Minimal backport of 098d9ca


# f7cef9a2 22-Sep-2023 Ilija Tovilo

Test ASAN on Ubuntu 22.04 in nightly by increasing swap

See ef6bbaa. We previously ran into crashes that are apprently related to a
decrease in memory on never runners. The crash can be

Test ASAN on Ubuntu 22.04 in nightly by increasing swap

See ef6bbaa. We previously ran into crashes that are apprently related to a
decrease in memory on never runners. The crash can be avoided by increasing the
swap file.

Closes GH-12267

show more ...


# 55ed7690 14-Sep-2023 Ilija Tovilo

Upgrade to macOS 12 in CI

We get some mysterious failures on macOS on GA with no evident error. This is a
blind attempt to solve it. There are many similar reports but there's no clear

Upgrade to macOS 12 in CI

We get some mysterious failures on macOS on GA with no evident error. This is a
blind attempt to solve it. There are many similar reports but there's no clear
resolution.

https://github.com/actions/runner-images/issues/7509#issuecomment-1538294874

Closes GH-12210

show more ...


# 99cd81cd 13-Sep-2023 Tim Düsterhus

Update GitHub Action workflows to `actions/checkout@v4` (8.3+)

This applies the upgrade for workflows that have been added in the PHP-8.3
branch.


# 45e60e58 13-Sep-2023 Tim Düsterhus

Update GitHub Action workflows to `actions/checkout@v4`

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get deprecated in the

Update GitHub Action workflows to `actions/checkout@v4`

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get deprecated in the future and fixing this
for all branches at once is easier.

show more ...


# 341d54c4 03-Sep-2023 Ilija Tovilo

[skip ci] Fix branch check in nightly for PHP-8.3


# 223fb088 29-Aug-2023 Ilija Tovilo

[skip ci] Fix coverage job in nightly

We get the following errors:

profiling:./ext/pdo_oci/.libs/oci_statement.gcda:Cannot open
...

It seems these extensions were never

[skip ci] Fix coverage job in nightly

We get the following errors:

profiling:./ext/pdo_oci/.libs/oci_statement.gcda:Cannot open
...

It seems these extensions were never tested for coverage. Having coverage here
would be nice, but since they are not actively worked on I don't want to
investigate the issue.

show more ...


# fd462b1e 23-Aug-2023 Alex Dowad

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related to SIMD-accelerated
code. The function which failed testing has multiple implementations,
and the specific implementation which is used depends on the features of
the host CPU and the build configuration.

The CI build log does not offer any clues about what implementation
was actually used when the tests failed. If the same thing happens
again, it will be helpful to (at least) know what CPU features the host
CPU supports. This will also be helpful when diagnosing any other CI
build failures which relate to CPU-specific code (or those which
related to external packages such as ICU).

It would be better to print even more information about the build
configuration. It would also be better to print host CPU information
on Windows CI builds as well.

show more ...


# ba07a0b8 23-Aug-2023 Ilija Tovilo

Move installation of oracle instant client in GHA

Closes GH-12033


# 902d39d5 14-Aug-2023 Ilija Tovilo

Use per-branch matrix for windows nightly

I forgot this in the last PR.


# 90f514cf 09-Aug-2023 Ilija Tovilo

Add Windows build to nightly

Also stop running 32-bit in push, it's really not necessary.


# abd563a9 21-Jul-2023 Arnaud Le Blanc

Add AMPHP, ReactPHP, Revolt PHP to community job (#10933)


123