We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e3d1d commit ddf3ae0Copy full SHA for ddf3ae0
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
arch: ["amd64", "i386"]
16
operating-system: [ubuntu-latest]
17
- php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4.0RC4']
18
php-extensions: ['bcmath', 'gmp']
19
name: "PHP ${{ matrix.php-versions }} (with ${{ matrix.php-extensions }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
20
steps:
0 commit comments