Skip to content

Commit 3dc0d18

Browse files
committed
Specify RC3 for 8.4
The latest version seems broken: /usr/bin/php8.4: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
1 parent e7e3d1d commit 3dc0d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
arch: ["amd64", "i386"]
1616
operating-system: [ubuntu-latest]
17-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
17+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4.0RC3']
1818
php-extensions: ['bcmath', 'gmp']
1919
name: "PHP ${{ matrix.php-versions }} (with ${{ matrix.php-extensions }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
2020
steps:

0 commit comments

Comments
 (0)