Skip to content

Commit 582e0de

Browse files
Merge pull request #125 from TheDragonCode/4.x
Added testing in PHP 8.2 environment
2 parents b1d973c + 391ed03 commit 582e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.0", "8.1" ]
12+
php: [ "8.0", "8.1", "8.2" ]
1313
laravel: [ "7.0", "8.0", "9.0" ]
1414
prefer: [ "stable", "lowest" ]
1515
exclude:

0 commit comments

Comments
 (0)