File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 11name : Run tests
22
3- on : ['push', 'workflow_dispatch']
3+ on :
4+ - push
5+ - workflow_dispatch
46
57jobs :
68 php-tests :
911 strategy :
1012 fail-fast : false
1113 matrix :
12- php :
13- - ' 8.1'
14- - ' 8.0'
15- laravel :
16- - ' 8.*'
17- testbench :
18- - ' 6.*'
19- dependency-version :
20- - ' prefer-stable'
21-
14+ php : ['8.0', '8.1', '8.2']
15+ laravel : ['8.*', '11.*']
16+ testbench : ['6.*', '9.*']
17+ dependency-version : [prefer-stable]
2218 include :
23- - laravel : ' 8.*'
24- testbench : ' 6.*'
25-
26-
19+ - laravel : 8.*
20+ testbench : 6.*
21+ - laravel : 11.*
22+ testbench : 9.*
23+ exclude :
24+ - laravel : 11.*
25+ php : ' 8.0'
26+ - laravel : 11.*
27+ php : ' 8.1'
2728
2829 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
2930
4445 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4546
4647 - name : Execute tests
47- run : vendor/bin/pest tests
48+ run : vendor/bin/pest tests
You can’t perform that action at this time.
0 commit comments