History log of /PHP-8.0/.github/workflows/nightly.yml (Results 1 – 24 of 24)
Revision Date Author Comments
# cdc0a8b0 13-Nov-2022 Ilija Tovilo

Add wordpress to community build

Closes GH-9942


# da546641 11-Nov-2022 Ilija Tovilo

[skip ci] Skip function JIT in nightly for ASAN

This avoids the 6h timeout.


# 75970077 30-Oct-2022 Ilija Tovilo

Migrate i386 to GitHub actions

Closes GH-9856


# 629fcb6a 16-Oct-2022 Tim Düsterhus

Update to actions/checkout@v3 (#9759)

The relevant difference is that the v3 uses a newer node.js version. GitHub
currently warns when using v2, as the node.js version used is deprecated

Update to actions/checkout@v3 (#9759)

The relevant difference is that the v3 uses a newer node.js version. GitHub
currently warns when using v2, as the node.js version used is deprecated:

> Node.js 12 actions are deprecated. For more information see:
> https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
> Please update the following actions to use Node.js 16: actions/checkout,
> actions/checkout

show more ...


# 2c8f2e93 10-Oct-2022 Ilija Tovilo

Increase job timeout for ASAN/UBSAN build


# 26499f53 06-Oct-2022 Ilija Tovilo

Add empty default params to nightly linux matrix

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations

> For each obje

Add empty default params to nightly linux matrix

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations

> For each object in the include list, the key:value pairs in the object will be
> added to each of the matrix combinations if none of the key:value pairs
> overwrite any of the original matrix values.

Hopefully this change can avoid that.

show more ...


# f3dba7e6 29-Sep-2022 Ilija Tovilo

[skip ci ] Rename matrix-include output on old branches

Otherwise we have a discrepancy of the output name between
master:nightly.yml and branch:nightly_matrix.php.


# f49709a5 29-Sep-2022 Ilija Tovilo

Skip Symfony preloading for PHP-8.0


# f518ae50 27-Sep-2022 Ilija Tovilo

And also update the branch ref...


# 03a48b12 27-Sep-2022 Ilija Tovilo

Fix PHP-8.0 skipping for community steps

github.ref refers to master here, even for other branches.


# 12afd0cb 26-Sep-2022 Ilija Tovilo

Switch to sanitize CFLAGS for community build

PHP-8.0 doesn't support those flags, we can switch once we drop that
build.


# b6554514 25-Sep-2022 Ilija Tovilo

Backport community build to PHP-8.0 branch

It doesn't make sense to keep it on azure because it will be run for the
PHP-8.0 branch on nightly anyway, as the workflow is triggered on the

Backport community build to PHP-8.0 branch

It doesn't make sense to keep it on azure because it will be run for the
PHP-8.0 branch on nightly anyway, as the workflow is triggered on the
master branch which will then invoke it for each branch.

show more ...


# 9377c305 23-Sep-2022 Ilija Tovilo

Migrate MSAN build to GitHub actions


# 1bef2e51 23-Sep-2022 Ilija Tovilo

Move Opcache variation job to GitHub actions

Closes GH-9606


# 0451eded 15-Sep-2022 Ilija Tovilo

Skip nightly coverage job in forks


# 34d9e089 26-Aug-2022 Michael Voříšek

Fix GH-8348 for nightly


# c19116ff 24-Aug-2022 Michael Voříšek

Test oci8 & pdo_oci in CI

Closes GH-8348


# a807092c 04-Aug-2022 Go Kudo

CI: macos-10.15 -> macos-11 (#9087)

macOS-10.15 deprecated and remove soon GitHub Actions.
We needs migrate to macos-11 (Big Sur)


# b7f0950f 01-Mar-2022 Ilija Tovilo

Add test coverage job


# 36de002c 02-Apr-2022 Michael Voříšek

Verify generated files are up to date in CI

Closes GH-8295


# e3f2846b 12-Apr-2022 Michael Voříšek

Fix opcache testing in CI

Closes GH-8350


# cd90ddca 14-Apr-2022 Ilija Tovilo

Run nightly on php org only unless triggered via workflow_dispatch


# 9af37599 09-Apr-2022 Ilija Tovilo

Remove issue_comment trigger on nightly

This was a left-over from the attept to trigger nightly via comment.


# 5de1cd9e 01-Apr-2022 Ilija Tovilo

Add nightly for GitHub actions