History log of /PHP-8.3/.github/workflows/push.yml (Results 1 – 25 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f598b587 13-Jun-2024 Ilija Tovilo

Remove GitHub actions junit artifacts

Nobody looks at those, and nightly regularly fails due to uploading them.

Closes GH-14555


# a05301e7 29-May-2024 Ilija Tovilo

Attempt to fix mysql_native_password error for 32-bit build

Closes GH-14356


# 69dbfadd 22-May-2024 Ilija Tovilo

Re-add 32-bit push build

32-bit fails more commonly that I had assumed.

Closes GH-14300


# 402f3a92 07-May-2024 Tim Düsterhus

CI: Do not save the ccache for PRs (8.3+)

see GH-14168


# b8aa68bc 07-May-2024 Tim Düsterhus

CI: Do not save the ccache for PRs (#14168)

Resolves #14155


# febbbfac 03-May-2024 武田 憲太郎

Fix the MySQL Server version used for testing to (#14120)

closes #14120


# 469ad325 21-Apr-2024 Ilija Tovilo

[skip ci] Backport 0e7ef95 and 4f0d4c0


# 697d1a1c 18-Mar-2024 Ilija Tovilo

Fix ASan build

See https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917

The mentioned workaround doesn't work for us because we run ASan inside Docker.
I

Fix ASan build

See https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917

The mentioned workaround doesn't work for us because we run ASan inside Docker.
Instead, we switch to ubuntu-20.04 as the host. The docker setup itself remains
the same.

Closes GH-13757

show more ...


# a18cf333 18-Feb-2024 Ilija Tovilo

[skip ci] Fix paths-ignore glob pattern

* does not work for nested files.


# f42cef66 17-Oct-2023 武田 憲太郎

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


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


# 4332546b 10-Oct-2023 Ilija Tovilo

Move ARM build to CircleCI

Closes GH-12415


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


# 99cd81cd 13-Sep-2023 Tim Düsterhus

Update GitHub Action workflows to `actions/checkout@v4` (8.3+)

This applies the upgrade for workflows that have been added in the PHP-8.3
branch.


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


# e3df233a 04-Sep-2023 Ilija Tovilo

[skip ci] Backport GA paths-ignore changes


# 8cca0e80 04-Sep-2023 Ilija Tovilo

[skip ci] Skip github actions when editing other ci files


# ee6f9e29 01-Sep-2023 Ilija Tovilo

Include branch in benchmarking information

This allows https://nielsdos.github.io/php-benchmark-visualisation/ to only
show commits from master (or a specific branch). Otherwise we get c

Include branch in benchmarking information

This allows https://nielsdos.github.io/php-benchmark-visualisation/ to only
show commits from master (or a specific branch). Otherwise we get confusing,
undulating commits from different branches, with potentially wildly different
performance.

Closes GH-12101

show more ...


# 300ad65c 29-Aug-2023 Jakub Zelenka

Extend workflow matrix and nighly with PHP-8.3


# fd462b1e 23-Aug-2023 Alex Dowad

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related to SIMD-accelerated
code. The function which failed testing has multiple implementations,
and the specific implementation which is used depends on the features of
the host CPU and the build configuration.

The CI build log does not offer any clues about what implementation
was actually used when the tests failed. If the same thing happens
again, it will be helpful to (at least) know what CPU features the host
CPU supports. This will also be helpful when diagnosing any other CI
build failures which relate to CPU-specific code (or those which
related to external packages such as ICU).

It would be better to print even more information about the build
configuration. It would also be better to print host CPU information
on Windows CI builds as well.

show more ...


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


123