We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f939ded commit 52731f8Copy full SHA for 52731f8
1 file changed
.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']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
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