History log of /php-src/.github/workflows/nightly.yml (Results 1 – 25 of 88)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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


# c68f4f61 31-Dec-2023 Ilija Tovilo

[skip ci] Fix macos nightly version for older branches


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


# ace91ddd 21-Nov-2023 Ilija Tovilo

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to h

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to happen on Linux+ASAN
and macOS. For these jobs, keep one core idle.

Closes GH-12742

show more ...


# 7f7da6ae 17-Nov-2023 KentarouTakeda

Enable `pdo-firebird` nightly testing (#12699)

* Enable `pdo-firebird` Testing in Nightly

* fix(ext/pdo_firebird/tests): dont detect memory leak

* fix(ext/pdo_firebird): me

Enable `pdo-firebird` nightly testing (#12699)

* Enable `pdo-firebird` Testing in Nightly

* fix(ext/pdo_firebird/tests): dont detect memory leak

* fix(ext/pdo_firebird): memory alignment error

show more ...


# 44467eb2 16-Nov-2023 Ilija Tovilo

[skip ci] Update libmysqlclient versions

5.7 is EOL, 8.2 was released. Also remove mysqli from these builds as PHP-8.1
goes into security mode, after which nightly is not really actively

[skip ci] Update libmysqlclient versions

5.7 is EOL, 8.2 was released. Also remove mysqli from these builds as PHP-8.1
goes into security mode, after which nightly is not really actively supported
anymore.

Closes GH-12690

show more ...


# 2895d4ac 16-Nov-2023 Ilija Tovilo

[skip ci] Update mysql 8.0 patch


# bef97fb4 15-Nov-2023 Ilija Tovilo

[skip ci] Fix nightly version check

The last attempt was incorrect for the schedule trigger, which runs multiple PHP
versions. Instead, the version information should be stored in the br

[skip ci] Fix nightly version check

The last attempt was incorrect for the schedule trigger, which runs multiple PHP
versions. Instead, the version information should be stored in the branch
object.

show more ...


# 2ca142ec 14-Nov-2023 Daniil Gentili

Improve jit tests

Closes GH-12425


# 82dcfd19 14-Nov-2023 Daniil Gentili

Update nightly config (#12662)


# 90fda030 14-Nov-2023 Ilija Tovilo

Run nightly on single branch with workflow_dispatch and explicit branch (#12649)


# 0e8205bd 31-Oct-2023 Ilija Tovilo

Use attribute for ignoring Laravel test

Apparently `@group` stopped working.


# b0bac336 30-Oct-2023 Ilija Tovilo

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed an

[skip ci] Fix laravel community build

FilesystemTest::testSharedGet() uses too much memory and crashes GA. It was
already ignored by adding the `@skip` attribute, but the code changed and the
replacement stopped working.

Closes GH-12570

show more ...


# c3d2f519 30-Oct-2023 Ilija Tovilo

[skip ci] Update mysql 5.7 patch


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

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


# 5a0c0072 15-Oct-2023 Ilija Tovilo

Revert "Test ASAN on Ubuntu 22.04 in nightly by increasing swap"

This reverts commit f7cef9a24217772a1cb1c6ccb391861288ddf618.

This didn't work as intended, the builds are still fai

Revert "Test ASAN on Ubuntu 22.04 in nightly by increasing swap"

This reverts commit f7cef9a24217772a1cb1c6ccb391861288ddf618.

This didn't work as intended, the builds are still failing for no obvious
reason.

show more ...


1234