History log of /PHP-8.3/.github/workflows/push.yml (Results 51 – 75 of 82)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c9e5e1fc 23-Aug-2023 Ilija Tovilo

Switch asan build to Ubuntu 23.04 in Docker

Closes GH-12034


# 278a57f9 20-Aug-2023 Peter Kokot

Add all README.* files to paths-ignore (#12003)

Within the entire repository these are documentation files and CI don't
need to run when they are changed.

This now includes also

Add all README.* files to paths-ignore (#12003)

Within the entire repository these are documentation files and CI don't
need to run when they are changed.

This now includes also README.REDIST.BINS, README.md, and similar README
files within the sapi and ext directories.

README files in tests directories are also only for internals
documentations purposes.

show more ...


# 248e6b04 09-Aug-2023 Ilija Tovilo

Remove i386 Linux from push

Testing this in nightly is sufficient. 32-bit problems are rare.

Closes GH-11922


# 90f514cf 09-Aug-2023 Ilija Tovilo

Add Windows build to nightly

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


# fc9266a5 07-Aug-2023 Ilija Tovilo

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Closes GH-11898

show more ...


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


# 68e6de54 31-Jul-2023 Juliette <663378+jrfnl@users.noreply.github.com>

GH Actions: auto-skip CI on PRs containing only docs changes (#11839)

As per https://github.com/php/php-src/pull/11838#issuecomment-1658648817

Co-authored-by: jrfnl <jrfnl@users.nor

GH Actions: auto-skip CI on PRs containing only docs changes (#11839)

As per https://github.com/php/php-src/pull/11838#issuecomment-1658648817

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>

show more ...


# 47d47880 21-Feb-2023 Kévin Dunglas

tests(ext-curl): fix HTTP/2 Server Push tests

Closes GH-10669


# af809ef0 15-Apr-2023 Ilija Tovilo

Fix CI benchmarking diff


# 24cc4020 15-Apr-2023 Ilija Tovilo

Benchmarking mean (#11085)

* Use 50 runs and calculate mean

* Don't validate timestamps

* Don't profile PHP startup and shutdown in cgi with valgrind


# f4ede230 14-Apr-2023 Ilija Tovilo

Fix commit hash really this time

We're not in pull_request-context, of course.


# 8d5e06dc 14-Apr-2023 Ilija Tovilo

Fix commit sha in commit name


# d1260317 14-Apr-2023 Ilija Tovilo

Restrict benchmarking push to php org

Otherwise the job will just fail due to missing ssh keys


# afbc71d8 06-Apr-2023 Ilija Tovilo

Add benchmarking to CI

Closes GH-11068


# d98963a0 16-Sep-2022 Ilija Tovilo

Switch to Ubuntu 22.04 for GitHub actions jobs

Closes GH-10814


# 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


# 06f713e8 30-Aug-2022 Ben Ramsey

Add PHP-8.2 branch to build processes


1234