File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : true
1616 matrix :
17- php : [8.4, 8.3, 8.2]
18- laravel : [11.0]
17+ os : [ubuntu-latest]
18+ php : [8.1, 8.2, 8.3, 8.4]
19+ laravel : [10.*, 11.*]
20+ include :
21+ - laravel : 10.*
22+ testbench : ^8.20
23+ - laravel : 11.*
24+ testbench : ^9.0
25+ exclude :
26+ - php : 8.1
27+ laravel : 11.*
1928
2029 name : P${{ matrix.php }} - L${{ matrix.laravel }}
2130
4352 timeout_minutes : 5
4453 max_attempts : 5
4554 command : |
46- composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
55+ composer require "illuminate/contracts=${{ matrix.laravel }}" "orchestra/testbench=${{ matrix.testbench }}" --prefer-dist --no-interaction --no-update
4756 composer update --prefer-dist --no-interaction --no-progress
4857
4958 - name : Execute tests
You can’t perform that action at this time.
0 commit comments