History log of /PHP-8.3/.github/workflows/nightly.yml (Results 76 – 100 of 111)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0d5c7949 08-Mar-2023 Ilija Tovilo

[skip ci] Skip PECL nightly on forks


# eabb9b7d 21-Jan-2023 Max Kellermann

.github/workflows/nightly.yml: add job to build out-of-tree extensions

This aims to detect API breakages early by compiling a selection of
out-of-tree extensions in the CI.

Clos

.github/workflows/nightly.yml: add job to build out-of-tree extensions

This aims to detect API breakages early by compiling a selection of
out-of-tree extensions in the CI.

Closes GH-10404

show more ...


# 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


# 8cd1b837 16-Oct-2022 Tim Düsterhus

Update to actions/checkout@v3 (PHP-8.1)

see 629fcb6a0f72ebb7c8e239533b24c8ccdd591c83


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


# 95763005 29-Sep-2022 Ilija Tovilo

[skip ci] Fix MSAN configure flags for PHP-8.0


# 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


# a79e0ee5 27-Sep-2022 Ilija Tovilo

[skip ci] Attempt to fix libmysqlclient build for >=PHP-8.2


# 628bcf09 27-Sep-2022 Ilija Tovilo

[skip ci] Fix --enable-dl-test flag being passed to PHP-8.0 MSAN build


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


# 1ee5b65f 23-Sep-2022 Ilija Tovilo

Migrate libmysqlclient job to GitHub actions

Closes GH-9608


# 2cf7d70e 23-Sep-2022 Ilija Tovilo

Migrate --repeat 2 job to GitHub actions


# 6a2875bd 25-Sep-2022 Ilija Tovilo

Enable dl-test for msan job

See f07a08df5c672b2c81aedd923ba473672a424e37


# 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


# e10961b2 22-Sep-2022 Ilija Tovilo

Migrate community job to GitHub actions


# 0451eded 15-Sep-2022 Ilija Tovilo

Skip nightly coverage job in forks


12345