Skip to content

Commit f83b8bd

Browse files
javiereguiluzwouterj
authored andcommitted
Add support for PHP 8.1 and 8.2
1 parent 89e408b commit f83b8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-version: ['7.4', '8.0']
37+
php-version: ['7.4', '8.0', '8.1', '8.2']
3838

3939
steps:
4040
- name: 'Checkout code'

0 commit comments

Comments
 (0)