File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
17
17
with :
18
- php-version : ' 7.4 '
18
+ php-version : ' 8.3 '
19
19
20
20
- name : Install Dependencies
21
21
run : composer install
Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.3, 8.2]
12
+ php : [8.4, 8. 3, 8.2]
13
13
laravel : [10.*, 11.*]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^8.1 " ,
26
- "illuminate/contracts" : " ^8.0|^ 9.0|^10.0|^11.0" ,
25
+ "php" : " ^8.2 " ,
26
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
27
27
"illuminate/support" : " ^9.0|^10.0|^11.0" ,
28
- "illuminate/queue" : " ^8.0|^ 9.0|^10.0|^11.0" ,
29
- "illuminate/bus" : " ^8.0|^ 9.0|^10.0|^11.0" ,
28
+ "illuminate/queue" : " ^9.0|^10.0|^11.0" ,
29
+ "illuminate/bus" : " ^9.0|^10.0|^11.0" ,
30
30
"aws/aws-sdk-php" : " ^3.250"
31
31
},
32
32
"require-dev" : {
75
75
"url" : " https://github.com/sponsors/palpalani"
76
76
}
77
77
]
78
- }
78
+ }
Original file line number Diff line number Diff line change 3
3
"rules" : {
4
4
"@PER-CS" : true ,
5
5
"@PER-CS:risky" : true ,
6
+ "@PHP81Migration" : true ,
6
7
"@PHP82Migration" : true ,
8
+ "@PHP83Migration" : true ,
7
9
"simplified_null_return" : true ,
8
10
"braces" : false ,
9
11
"new_with_braces" : {
You can’t perform that action at this time.
0 commit comments