History log of /php-src/.github/actions/apt-x64/action.yml (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a4534faf 02-Mar-2024 Ayesh Karunaratne

ext/openssl: Remove kerberos support

Co-authored-by: Peter Kokot <peterkokot@gmail.com>


# 67184f54 17-Mar-2024 Nikita Popov

Fix PdoSqlite::loadExtension() test (#13736)

The test contained a syntax error and an incorrect use of loadExtension(), which returns void not bool.

Also install the necessary packa

Fix PdoSqlite::loadExtension() test (#13736)

The test contained a syntax error and an incorrect use of loadExtension(), which returns void not bool.

Also install the necessary package in CI, so it gets tested there.

show more ...


# 75ef03e7 24-Feb-2024 Ayesh Karunaratne

CI: Remove ext/imap dependencies (#13484)

Now that ext/imap is unbundled, `libc-client-dev*` packages are no longer necessary.


# 3c7fe92b 24-Nov-2023 Peter Kokot

Remove unused aspell library installation (#12761)

Related to b035cb6c8e31bea351f169b3e9f34fdc562e77e1.


# 4d32e2bb 22-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Remove more pspell remnants


# c9e5e1fc 23-Aug-2023 Ilija Tovilo

Switch asan build to Ubuntu 23.04 in Docker

Closes GH-12034


# ba07a0b8 23-Aug-2023 Ilija Tovilo

Move installation of oracle instant client in GHA

Closes GH-12033


# fc9266a5 07-Aug-2023 Ilija Tovilo

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Closes GH-11898

show more ...


# 9377c305 23-Sep-2022 Ilija Tovilo

Migrate MSAN build to GitHub actions


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
# 36de002c 02-Apr-2022 Michael Voříšek

Verify generated files are up to date in CI

Closes GH-8295

Revision tags: 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