File tree 3 files changed +4
-7
lines changed 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.3 '
19
+ php-version : ' 8.2 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
os : [ ubuntu-latest, windows-latest ]
16
- php : [ 8.3 ]
16
+ php : [ 8.2, 8. 3 ]
17
17
laravel : [ 11.* ]
18
18
stability : [ prefer-lowest, prefer-stable ]
19
- include :
20
- - laravel : 11.*
21
- testbench : 9.*
22
19
23
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
21
40
37
41
38
- name : Install dependencies
42
39
run : |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
44
41
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
42
46
43
- name : Set phpunit.xml
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^8.3 " ,
21
+ "php" : " >=8.2 " ,
22
22
"guzzlehttp/guzzle" : " ^7.8" ,
23
23
"illuminate/contracts" : " ^11.0" ,
24
24
"saloonphp/laravel-plugin" : " ^3.2" ,
You can’t perform that action at this time.
0 commit comments