File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 14
14
max-parallel : 1
15
15
matrix :
16
16
os : [ ubuntu-latest, windows-latest ]
17
- php : [ 8.3 ]
17
+ php : [ 8.2, 8. 3 ]
18
18
laravel : [ 11.* ]
19
19
stability : [ prefer-lowest, prefer-stable ]
20
- include :
21
- - laravel : 11.*
22
- testbench : 9.*
23
20
24
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
22
41
38
42
39
- name : Install dependencies
43
40
run : |
44
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
41
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
45
42
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
43
47
44
- name : Set phpunit.xml
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^8.3 " ,
25
+ "php" : " >=8.2 " ,
26
26
"guzzlehttp/guzzle" : " ^7.8" ,
27
27
"illuminate/contracts" : " ^11.0" ,
28
28
"spatie/laravel-package-tools" : " ^1.16" ,
You can’t perform that action at this time.
0 commit comments