File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.1 '
19
+ php-version : ' 8.3 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.2, 8.1 ]
17
- laravel : [10 .*]
16
+ php : [8.3 ]
17
+ laravel : [11 .*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 10 .*
20
+ - laravel : 11 .*
21
21
testbench : 8.*
22
22
carbon : ^2.63
23
23
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 " ,
19
+ "php" : " ^8.3 " ,
20
20
"illuminate/contracts" : " ^11.0||^12.0" ,
21
21
"spatie/laravel-package-tools" : " ^1.14.0" ,
22
22
"statsig/statsigsdk" : " ^3.0"
You can’t perform that action at this time.
0 commit comments