Skip to content

Commit 9bb5fc5

Browse files
authored
Update test.yml
1 parent 378318d commit 9bb5fc5

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ ubuntu-latest ]
15-
php-versions: [ '7.2', '7.3' ]
15+
php-versions: [ '7.2', '7.3', '8.0', '8.2' ]
1616
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)