History log of /PHP-8.0/.github/workflows/push.yml (Results 1 – 7 of 7)
Revision Date Author Comments
# 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 ...


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


# 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


# 41461cf8 09-Feb-2022 Ilija Tovilo

Migrate CI to GitHub actions