We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d973c + 391ed03 commit 582e0deCopy full SHA for 582e0de
.github/workflows/phpunit.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ "8.0", "8.1" ]
+ php: [ "8.0", "8.1", "8.2" ]
13
laravel: [ "7.0", "8.0", "9.0" ]
14
prefer: [ "stable", "lowest" ]
15
exclude:
0 commit comments