History log of /PHP-8.1/.github/nightly_matrix.php (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 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


Revision tags: php-8.1.7RC1
# 5de1cd9e 01-Apr-2022 Ilija Tovilo

Add nightly for GitHub actions