try adding php8.2 in test matrix

This commit is contained in:
Nicolas CARPi
2022-12-09 21:37:29 +01:00
parent f034bc782e
commit ad89250a8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2']
endroid-version: ["^4"]
steps: