File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -15,41 +15,37 @@ jobs:
15
15
matrix :
16
16
php : [ 7.3, 7.4 ]
17
17
laravel : [ 8.*, 7.*, 6.*, 5.8.* ]
18
- stability : [ prefer-stable ]
19
18
include :
20
19
- laravel : 9.*
21
20
php : 8.0
22
- stability : prefer-stable
23
21
- laravel : 8.*
24
22
php : 8.0
25
- stability : prefer-stable
26
23
- laravel : 7.*
27
24
php : 8.0
28
- stability : prefer-stable
29
25
- laravel : 6.*
30
26
php : 8.0
31
- stability : prefer-stable
32
27
- laravel : 10.*
33
28
php : 8.1
34
- stability : prefer-stable
35
29
- laravel : 9.*
36
30
php : 8.1
37
- stability : prefer-stable
38
31
- laravel : 8.*
39
32
php : 8.1
40
- stability : prefer-stable
41
33
- laravel : 10.*
42
34
php : 8.2
43
- stability : prefer-stable
44
35
- laravel : 11.*
45
36
php : 8.3
46
- stability : prefer-stable
37
+ - laravel : 12.*
38
+ php : 8.2
39
+ - laravel : 12.*
40
+ php : 8.3
41
+ - laravel : 12.*
42
+ php : 8.4
47
43
48
44
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
49
45
50
46
steps :
51
47
- name : Checkout code
52
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v4
53
49
54
50
- name : Setup PHP
55
51
uses : shivammathur/setup-php@v2
62
58
- name : Install dependencies
63
59
run : |
64
60
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
65
- composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
61
+ composer update --prefer-stable --prefer-dist --no-interaction --no-progress
66
62
67
63
- name : Check code style
68
64
run : vendor/bin/phpcs
Original file line number Diff line number Diff line change 23
23
"ext-json" : " *"
24
24
},
25
25
"require-dev" : {
26
- "orchestra/testbench" : " ^3.8|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0" ,
26
+ "orchestra/testbench" : " ^3.8|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
27
27
"squizlabs/php_codesniffer" : " ^3.5" ,
28
28
"mockery/mockery" : " ^1.0" ,
29
29
"friendsofphp/php-cs-fixer" : " ^2.17|^3.0"
You can’t perform that action at this time.
0 commit comments