History log of /PHP-8.2/.github/workflows/push.yml (Results 1 – 25 of 65)
Revision Date Author Comments
# b7ee484f 24-Sep-2024 Ilija Tovilo

Add missing CI services for 8.2


# 9bfe3650 08-Aug-2024 disservin

Update ci actions/checkout to v4 (#15283)

see 45e60e585eed63353301f797c75da4e553ce21ff
see 69dbfadd1eebc2e99f349b6fd617cda1d5cad448


# 93a9a9b4 17-Jul-2024 Christoph M. Becker

Update the php-sdk-binary-tools to php-sdk-2.3.0

The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the
`php-sdk-2.2.0` which is almost five years old, and does not fetch th

Update the php-sdk-binary-tools to php-sdk-2.3.0

The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the
`php-sdk-2.2.0` which is almost five years old, and does not fetch the
updated dependencies from https://downloads.php.net/~windows.

The `master` branch CI uses `php_downloads_server_migration_v1`, which
has been superseded a few months ago[1]. So switching to the
`php-sdk-2.3.0` makes sense there, too.

[1] <php/php-sdk-binary-tools@19c8ccb>

Closes GH-14991.

show more ...


# 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


# b8aa68bc 07-May-2024 Tim Düsterhus

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

Resolves #14155


# 469ad325 21-Apr-2024 Ilija Tovilo

[skip ci] Backport 0e7ef95 and 4f0d4c0


# a18cf333 18-Feb-2024 Ilija Tovilo

[skip ci] Fix paths-ignore glob pattern

* does not work for nested files.


# a4d64b26 07-Feb-2024 Derick Rethans

Removed ext/oci8 and ext/pdo_oci (#13327)

* Removed ext/oci8 and ext/pdo_oci

They now live in their own repositories:

https://github.com/php/pecl-database-oci8
https://

Removed ext/oci8 and ext/pdo_oci (#13327)

* Removed ext/oci8 and ext/pdo_oci

They now live in their own repositories:

https://github.com/php/pecl-database-oci8
https://github.com/php/pecl-database-pdo_oci

As per: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8

show more ...


# 294c9ec3 07-Feb-2024 Ilija Tovilo

[skip ci] Skip push to forks

Creating PRs against forks requries having up-to-date target branches. Pushing
to these currently triggers CI, which is useless as this commit was already

[skip ci] Skip push to forks

Creating PRs against forks requries having up-to-date target branches. Pushing
to these currently triggers CI, which is useless as this commit was already
tested upstream. Contributions are tested via pull request.

show more ...


# d8aa6e45 02-Feb-2024 Shivam Mathur

Add macos-14 to the push and nightly workflows (#13299)

* Add macos-14 to the push workflow

* Remove hardcoded brew path in configure-macos action

* Include architecture in

Add macos-14 to the push and nightly workflows (#13299)

* Add macos-14 to the push workflow

* Remove hardcoded brew path in configure-macos action

* Include architecture in macos job name

* Add os to ccache-action in macos job

* Add libsodium in brew action

Since we build with the configuration option --with-sodium, adding libsodium to make sure it is installed

* Add fail-fast to macos matrix

* Add macos-14 to the nightly workflow

* Fix adding bison to PATH in workflows

* Fix architecture

* Use version to compare in nightly_matrix.php

* Make sure test-macos artifacts have unique name

* Update .github/nightly_matrix.php

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

---------

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

show more ...


# bba24f04 31-Jan-2024 Tim Düsterhus

Update GitHub Action workflows to `actions/upload-artifact@v4` (master)

This applies the upgrade for workflows that have been added in the master
branch.


# 59c38969 09-Jan-2024 Ilija Tovilo

[skip ci] Remove PHP 8.0 references from CI


# 40908f32 23-Dec-2023 Ilija Tovilo

Test JIT on clang/asan build (#13006)

Clang enables the pointer-overflow check which is incompatble with the tracing
JIT. We can still test the JIT by disabling this check.


# 952ffbfe 22-Dec-2023 David CARLIER

macOs CI update. (#12998)

macOs CI update.

since sonoma (14) had been released since few months, we could afford to
upgrade to its previous release.


# 3a544d15 16-Nov-2023 KentarouTakeda

Enable `pdo-firebird` Testing in Linux CI Environments (#12677)


# 046d7f95 22-Oct-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Use Clang 16 to work around LSAN TLS crashes (#12496)


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

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


# 098d9ca7 18-Sep-2023 Daniil Gentili

Trigger JIT tracing&compilation more often

Closes GH-12250


# 6349b293 14-Sep-2023 Ilija Tovilo

Upload callgrind profile to GA (#12212)


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


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


# 890cbbf0 31-Aug-2023 Jakub Zelenka

Use version of PHP SDK binary tools that uses PHP downloads (#12085)


# 300ad65c 29-Aug-2023 Jakub Zelenka

Extend workflow matrix and nighly with PHP-8.3


123