Skip to content

Commit 52731f8

Browse files
committed
Add PHP 8.2 testing
1 parent f939ded commit 52731f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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']
17+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
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)