History log of /PHP-8.1/.github/workflows/nightly.yml (Results 1 – 25 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0e8205bd 31-Oct-2023 Ilija Tovilo

Use attribute for ignoring Laravel test

Apparently `@group` stopped working.


# b0bac336 30-Oct-2023 Ilija Tovilo

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed an

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed and the
replacement stopped working.

Closes GH-12570

show more ...


# c3d2f519 30-Oct-2023 Ilija Tovilo

[skip ci] Update mysql 5.7 patch


# 734afa0b 13-Oct-2023 Ilija Tovilo

Fix JIT on nightly

The JIT was accidentally disabled in nightly on lower branches because
jit_buffer_size woudln't be passed from nightly.yml on master anymore.


# 36a87e6d 04-Oct-2023 Ilija Tovilo

Minimal backport of 098d9ca


# 55ed7690 14-Sep-2023 Ilija Tovilo

Upgrade to macOS 12 in CI

We get some mysterious failures on macOS on GA with no evident error. This is a
blind attempt to solve it. There are many similar reports but there's no clear

Upgrade to macOS 12 in CI

We get some mysterious failures on macOS on GA with no evident error. This is a
blind attempt to solve it. There are many similar reports but there's no clear
resolution.

https://github.com/actions/runner-images/issues/7509#issuecomment-1538294874

Closes GH-12210

show more ...


# 45e60e58 13-Sep-2023 Tim Düsterhus

Update GitHub Action workflows to `actions/checkout@v4`

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get deprecated in the

Update GitHub Action workflows to `actions/checkout@v4`

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get deprecated in the future and fixing this
for all branches at once is easier.

show more ...


# ba07a0b8 23-Aug-2023 Ilija Tovilo

Move installation of oracle instant client in GHA

Closes GH-12033


# 902d39d5 14-Aug-2023 Ilija Tovilo

Use per-branch matrix for windows nightly

I forgot this in the last PR.


# 90f514cf 09-Aug-2023 Ilija Tovilo

Add Windows build to nightly

Also stop running 32-bit in push, it's really not necessary.


# 43e267ae 01-May-2023 Ilija Tovilo

[skip ci] Upgrade libmysql version


# 2eeff96d 11-Apr-2023 Ilija Tovilo

[skip ci] Fix Slack notification

ravsamhq/notify-slack-action doesn't work on MacOS, so we use curl directly.


# 3a21a874 03-Apr-2023 Ilija Tovilo

[skip ci] Notify Slack on nightly failure


# 12290b79 08-Mar-2023 Ilija Tovilo

Update libmysql 5.7 version


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


# 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


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


12