History log of /php-src/.github/actions/setup-x64/action.yml (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.


# f62f6a6d 09-Feb-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Follow-up to remove IMAP ext (#13248)

Fixed and optimized tests that depend on imap in standard ext tests.

Also, the location of the setup script for hmailserver has changed.


# 769f41bb 02-Oct-2023 Ilija Tovilo

Use separate sqlsrv dbs for different exts

This refers to pdo_dblib, pdo_odbc and odbc in particular.

Closes GH-12342


# 985511e9 07-Aug-2023 Máté Kocsis

Enable ext/odbc and ext/pdo_odbc tests on Linux in GitHub CI


# 1c85278f 16-Jun-2023 Ilija Tovilo

[skip ci] Don't suppress setup-slapd.sh output

This step frequently fails in CI. We would like to now why to see if we can
improve stability.


# d98963a0 16-Sep-2022 Ilija Tovilo

Switch to Ubuntu 22.04 for GitHub actions jobs

Closes GH-10814


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# c19116ff 24-Aug-2022 Michael Voříšek

Test oci8 & pdo_oci in CI

Closes GH-8348

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28
# 41461cf8 09-Feb-2022 Ilija Tovilo

Migrate CI to GitHub actions