#
90f514cf |
| 09-Aug-2023 |
Ilija Tovilo |
Add Windows build to nightly Also stop running 32-bit in push, it's really not necessary.
|
#
5cd0208e |
| 03-Aug-2023 |
Ilija Tovilo |
Don't test macOS & i386 without opcache on push It should be incredibly rare for something to fail only without opcache while also being platform specific. We're keeping opcache-less tes
Don't test macOS & i386 without opcache on push It should be incredibly rare for something to fail only without opcache while also being platform specific. We're keeping opcache-less tests for x64 Linux, macOS and i386 will continue to be tested without opcache in nightly. Closes GH-11867
show more ...
|
#
47d47880 |
| 21-Feb-2023 |
Kévin Dunglas |
tests(ext-curl): fix HTTP/2 Server Push tests Closes GH-10669
|
#
6b884737 |
| 04-Mar-2023 |
Ilija Tovilo |
Test Windows with opcache on GitHub actions Fixes GH-10777
|
#
cfe1aab8 |
| 06-Mar-2023 |
Ilija Tovilo |
Enable GitHub actions cancel-in-progress for PRs Pushing many commits to a pull request in a short amount of time can stall the merge builds and also wastes energy unnecessarily. Enable
Enable GitHub actions cancel-in-progress for PRs Pushing many commits to a pull request in a short amount of time can stall the merge builds and also wastes energy unnecessarily. Enable concurrency to cancel workflows of old commits in pull requests. Generate a common group name for pull requests using github.event.pull_request.url with github.run_id as a fallback for branches, which is unique and always available. Closes GH-10799
show more ...
|
#
28ef6546 |
| 05-Mar-2023 |
Ilija Tovilo |
Update windows action to checkout@v3
|
#
916b132e |
| 12-Nov-2022 |
Michael Voříšek |
Add Windows GitHub actions build Closes GH-10664
|
#
c95125d3 |
| 07-Feb-2023 |
Ilija Tovilo |
Disable timestamp for GitHub actions ccache
|
#
f7e67847 |
| 21-Jan-2023 |
Max Kellermann |
.github/workflows/push.yml: enable ccache This reduces the LINUX_X64_RELEASE_ZTS build time from 9-10 minutes to less than 3 minutes. Closes GH-10395
|
#
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 ...
|
#
8330a0f3 |
| 30-Aug-2022 |
Ben Ramsey |
Add PHP-8.2 branch to build processes
|
#
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)
|
#
53e71415 |
| 31-Jul-2022 |
Ilija Tovilo |
Hide skipped tests in CI (#9163)
|
#
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
|