File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- php : ['8.1', '8. 2', '8.3']
11
+ php : ['8.2', '8.3']
12
12
os : [ubuntu-latest]
13
13
stability : [prefer-stable]
14
14
laravel : [11.*, 12.*]
15
- exclude :
16
- # Laravel 12 requires PHP >= 8.2
17
- - laravel : 12.*
18
- php : ' 8.1'
19
15
include :
20
16
- laravel : 11.*
21
17
testbench : 9.*
45
41
run : docker compose up -d
46
42
- name : Install dependencies
47
43
run : |
48
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
49
45
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
46
- name : Execute tests
51
47
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments