We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f1faf commit aa7a2d7Copy full SHA for aa7a2d7
.github/workflows/phpunit.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: true
11
matrix:
12
php: [ "8.2", "8.3", "8.4" ]
13
- laravel: [ "10.0", "11.0" ]
+ laravel: [ "10.0", "11.0", "12.0" ]
14
15
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
16
0 commit comments