We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146aeb1 commit f6f7218Copy full SHA for f6f7218
.github/workflows/tests.yml
@@ -32,15 +32,13 @@ jobs:
32
- laravel: 11.*
33
php: 8.1
34
include:
35
- - php: 7.4
+ - laravel: 8.*
36
phpunit: ^9.5
37
- - php: '8.0'
+ - laravel: 9.*
38
39
- - php: 8.1
40
- phpunit: ^10.5
41
- - php: 8.2
+ - laravel: 10.*
42
phpunit: ^10.5
43
- - php: 8.3
+ - laravel: 11.*
44
45
46
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
0 commit comments