#
e72854e8 |
| 31-Oct-2024 |
Ilija Tovilo |
[skip ci] Fix nightly workflow dispatch Closes GH-16662
|
#
08bbd7d1 |
| 29-Oct-2024 |
Ilija Tovilo |
[skip ci] Move nightly to workflow_call This PR removes most of the logic of nightly_matrix.php by converting nightly.yml to a workflow_call, and invoking it multiple times for each bran
[skip ci] Move nightly to workflow_call This PR removes most of the logic of nightly_matrix.php by converting nightly.yml to a workflow_call, and invoking it multiple times for each branch in a new root.yml workflow. The naming of the files is intentionally kept to make the diff readable. They may still be renamed afterward. Closes GH-16642
show more ...
|
#
27e88605 |
| 29-Oct-2024 |
Ilija Tovilo |
Backport nightly.yml and nightly_matrix.php to PHP-8.1 These files are usually only used on master, as the cron trigger runs on master. However, workflow_dispatch does use the file from
Backport nightly.yml and nightly_matrix.php to PHP-8.1 These files are usually only used on master, as the cron trigger runs on master. However, workflow_dispatch does use the file from the triggered branch. Furthermore, we're looking into migrating to a workflow_call trigger, which will also run on the target branch. Backport these files now to make those changes easier.
show more ...
|
#
e7462bff |
| 02-Apr-2024 |
Bob Weinand |
Run one testsuite with observers enabled in CI (#13869) Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
|
#
d8aa6e45 |
| 02-Feb-2024 |
Shivam Mathur |
Add macos-14 to the push and nightly workflows (#13299) * Add macos-14 to the push workflow * Remove hardcoded brew path in configure-macos action * Include architecture in
Add macos-14 to the push and nightly workflows (#13299) * Add macos-14 to the push workflow * Remove hardcoded brew path in configure-macos action * Include architecture in macos job name * Add os to ccache-action in macos job * Add libsodium in brew action Since we build with the configuration option --with-sodium, adding libsodium to make sure it is installed * Add fail-fast to macos matrix * Add macos-14 to the nightly workflow * Fix adding bison to PATH in workflows * Fix architecture * Use version to compare in nightly_matrix.php * Make sure test-macos artifacts have unique name * Update .github/nightly_matrix.php Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com> --------- Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>
show more ...
|
#
ffc250d2 |
| 09-Jan-2024 |
Ilija Tovilo |
Add runtime type inference verification Co-authored-by: Dmitry Stogov <dmitry@zend.com> Closes GH-12930
|
#
59c38969 |
| 09-Jan-2024 |
Ilija Tovilo |
[skip ci] Remove PHP 8.0 references from CI
|
#
bef97fb4 |
| 15-Nov-2023 |
Ilija Tovilo |
[skip ci] Fix nightly version check The last attempt was incorrect for the schedule trigger, which runs multiple PHP versions. Instead, the version information should be stored in the br
[skip ci] Fix nightly version check The last attempt was incorrect for the schedule trigger, which runs multiple PHP versions. Instead, the version information should be stored in the branch object.
show more ...
|
#
90fda030 |
| 14-Nov-2023 |
Ilija Tovilo |
Run nightly on single branch with workflow_dispatch and explicit branch (#12649)
|
#
300ad65c |
| 29-Aug-2023 |
Jakub Zelenka |
Extend workflow matrix and nighly with PHP-8.3
|
#
ef6bbaa1 |
| 18-Apr-2023 |
Ilija Tovilo |
Downgrade to Ubuntu 20.04 for ASAN nightly for now See https://github.com/actions/runner-images/issues/6709.
|
#
71bdcce9 |
| 12-Jan-2023 |
Tim Düsterhus |
Stop using the deprecated `set-output` command in nightly_matrix.php (#10302) see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
#
06f713e8 |
| 30-Aug-2022 |
Ben Ramsey |
Add PHP-8.2 branch to build processes
|
#
902d39d5 |
| 14-Aug-2023 |
Ilija Tovilo |
Use per-branch matrix for windows nightly I forgot this in the last PR.
|
#
da546641 |
| 11-Nov-2022 |
Ilija Tovilo |
[skip ci] Skip function JIT in nightly for ASAN This avoids the 6h timeout.
|
#
2c8f2e93 |
| 10-Oct-2022 |
Ilija Tovilo |
Increase job timeout for ASAN/UBSAN build
|
#
e9a88921 |
| 05-Oct-2022 |
Ilija Tovilo |
[skip ci] Fix config param for variation build
|
#
958955e6 |
| 27-Sep-2022 |
Ilija Tovilo |
Fix PHP-8.0 skipping for some jobs
|
#
90b43722 |
| 23-Sep-2022 |
Ilija Tovilo |
Migrate variation job to GitHub actions
|
#
2cf7d70e |
| 23-Sep-2022 |
Ilija Tovilo |
Migrate --repeat 2 job to GitHub actions
|
#
8330a0f3 |
| 30-Aug-2022 |
Ben Ramsey |
Add PHP-8.2 branch to build processes
|
#
5de1cd9e |
| 01-Apr-2022 |
Ilija Tovilo |
Add nightly for GitHub actions
|