History log of /php-src/.github/workflows/nightly.yml (Results 1 – 25 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 271b9e68 25-Sep-2024 Ilija Tovilo

Fix missing libavif-dev in asan nightly

Asan still runs on Ubuntu 20.04, which doesn't contain the libavif-dev package.

Closes GH-16049


# 50d5e96e 24-Sep-2024 Ilija Tovilo

Fix nightly for 8.2

Backport of af721c9c361643df13a8137d22de9acde82512e5


# af721c9c 23-Sep-2024 武田 憲太郎

Fix MySQL and MSSQL CI failures

* use mysql service container for nightly tests
* remove unnecessary mysql startup
* update mssql container to newer version

Closes GH-16011.


# 5fa08231 17-Sep-2024 Ayesh Karunaratne

CI: Update `actions/cache` in nightly run to v4 (#15933)


# 64bd8283 02-Sep-2024 Ilija Tovilo

[skip ci] Update mysql versions for libmysql build


# 5b482b70 28-Aug-2024 Arnaud Le Blanc

Alpine/Musl nightly job (#13925)



Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>


# 2832b425 07-Aug-2024 Christoph M. Becker

Fix nightly Windows builds regarding CRT and runners (GH-15273)


Only the master branch should use vs17; older branches still should
stick with vs16. And while not strictly necessar

Fix nightly Windows builds regarding CRT and runners (GH-15273)


Only the master branch should use vs17; older branches still should
stick with vs16. And while not strictly necessary, older branches
should better stick with windows-2019 runners.

show more ...


# af8ef4c5 30-Jul-2024 Christoph M. Becker

Update Windows CI to build with vs17

PHP 8.4 is supposed to be built with vs17 (aka. Visual Studio 2022)[1],
so we also do this for CI.

We mark gh8841.phpt as xfail for known re

Update Windows CI to build with vs17

PHP 8.4 is supposed to be built with vs17 (aka. Visual Studio 2022)[1],
so we also do this for CI.

We mark gh8841.phpt as xfail for known reasons.

[1] <https://windows.php.net/>

show more ...


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


# a380cdb9 04-Jul-2024 Ilija Tovilo

[skip ci] Fix exlusion of buggy Symfony test


# 460b8512 13-Jun-2024 Ilija Tovilo

[skip ci] Fix codecov upload


# 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


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

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

see GH-14168


# d9a9696e 04-May-2024 武田 憲太郎

Fix libmysql download to stable URL


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

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

closes #14120


# c3b07a6e 21-Apr-2024 Ilija Tovilo

Adjust nightly org restriction check

Check for the specific repository.

Closes GH-14026


# 8475cfb6 15-Apr-2024 Ilija Tovilo

[skip ci] Add missing if: always() to community tests


# ec9b68cb 17-Feb-2024 Ilija Tovilo

[skip ci] Skip JIT tests for Apple Silicon + ZTS

JIT will be disabled for Apple Silicon + ZTS anyway. See:

https://github.com/php/php-src/commit/6db95512b4c5335e8eaaa9c050dfac756a3d

[skip ci] Skip JIT tests for Apple Silicon + ZTS

JIT will be disabled for Apple Silicon + ZTS anyway. See:

https://github.com/php/php-src/commit/6db95512b4c5335e8eaaa9c050dfac756a3d31a2

show more ...


# 3e237ecf 08-Feb-2024 Peter Kokot

Remove remainings of recent oci extensions removal (#13352)

Following a4d64b2605f18d9d015fa3e69b7da87847e27662


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


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


# 0a162394 23-Jan-2024 Jorg Adam Sowa

Enable xdebug extension again on nightly (#13192)


# c6a2f2a8 23-Jan-2024 Ilija Tovilo

[skip ci] Disable pecl redis build


# ffc250d2 09-Jan-2024 Ilija Tovilo

Add runtime type inference verification

Co-authored-by: Dmitry Stogov <dmitry@zend.com>

Closes GH-12930


# 59c38969 09-Jan-2024 Ilija Tovilo

[skip ci] Remove PHP 8.0 references from CI


12345