History log of /php-src/.github/nightly_matrix.php (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e7462bff 02-Apr-2024 Bob Weinand

Run one testsuite with observers enabled in CI (#13869)

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>


# ec9b68cb 17-Feb-2024 Ilija Tovilo

[skip ci] Skip JIT tests for Apple Silicon + ZTS

JIT will be disabled for Apple Silicon + ZTS anyway. See:

https://github.com/php/php-src/commit/6db95512b4c5335e8eaaa9c050dfac756a3d

[skip ci] Skip JIT tests for Apple Silicon + ZTS

JIT will be disabled for Apple Silicon + ZTS anyway. See:

https://github.com/php/php-src/commit/6db95512b4c5335e8eaaa9c050dfac756a3d31a2

show more ...


# 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


# 902d39d5 14-Aug-2023 Ilija Tovilo

Use per-branch matrix for windows nightly

I forgot this in the last PR.


# 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/


# 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


# 06f713e8 30-Aug-2022 Ben Ramsey

Add PHP-8.2 branch to build processes

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, php-8.2.0beta2, php-8.1.9, php-8.0.22, 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
# 5de1cd9e 01-Apr-2022 Ilija Tovilo

Add nightly for GitHub actions