Skip to content

Commit f8cd5d7

Browse files
authored
Merge pull request #155 from skilld-labs/php-8-2
Add PHP 8.2 testing
2 parents f939ded + 52731f8 commit f8cd5d7

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)