#
9cec164f |
| 13-Jun-2024 |
Ilija Tovilo |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Remove GitHub actions junit artifacts
|
#
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 |
#
b82d25b7 |
| 31-Jan-2024 |
Tim Düsterhus |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297)
|
#
e209506b |
| 31-Jan-2024 |
Tim Düsterhus |
Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297) Keep this up to date in all non-security-only branches, because the node.js runtime for older versions might get d
Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297) 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 ...
|
#
de0cef4a |
| 27-Nov-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Reduce parallelism on frequently crashing jobs
|
#
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 ...
|
#
e7fa42ed |
| 13-Oct-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix JIT on nightly
|
#
90c9ec14 |
| 13-Oct-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fix JIT on nightly
|
#
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. |
#
a2d25afa |
| 04-Oct-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Minimal backport of 098d9ca
|
#
af5cdd8d |
| 04-Oct-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Minimal backport of 098d9ca
|
#
36a87e6d |
| 04-Oct-2023 |
Ilija Tovilo |
Minimal backport of 098d9ca |
#
a11c8a30 |
| 16-Dec-2022 |
Arnaud Le Blanc |
Limit stack size (#9104) |
Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3 |
|
#
0028c242 |
| 11-Aug-2022 |
Ilija Tovilo |
Add --[no-]progress option to run-tests.php (#9255) Previously, adding the -g argument would disable progress, even locally. Now it needs to be disabled explicitly. |
Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22 |
|
#
53e71415 |
| 31-Jul-2022 |
Ilija Tovilo |
Hide skipped tests in CI (#9163) |
Revision tags: php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28 |
|
#
41461cf8 |
| 09-Feb-2022 |
Ilija Tovilo |
Migrate CI to GitHub actions |