File tree 5 files changed +1997
-1666
lines changed
5 files changed +1997
-1666
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ jobs:
47
47
- name : Setup PHP
48
48
uses : shivammathur/setup-php@v2
49
49
with :
50
- php-version : 8.1
50
+ php-version : 8.2
51
51
tools : composer:v2
52
52
coverage : xdebug
53
53
54
54
- name : Cache Composer dependencies
55
55
uses : actions/cache@v4
56
56
with :
57
57
path : ${{ needs.configs.outputs.composer-cache }}
58
- key : php-8.1 -10.x-composer-${{ hashFiles('**/composer.lock') }}
59
- restore-keys : php-8.1 -10.x--composer-
58
+ key : php-8.2 -10.x-composer-${{ hashFiles('**/composer.lock') }}
59
+ restore-keys : php-8.2 -10.x--composer-
60
60
61
61
- name : Download previous stat
62
62
uses : dawidd6/action-download-artifact@v9
@@ -140,14 +140,9 @@ jobs:
140
140
strategy :
141
141
fail-fast : false
142
142
matrix :
143
- db : ['mysql', 'pgsql', 'sqlite']
144
- laravel : ['10.x', '11.x']
145
- php : ['8.1', '8.2', '8.3']
146
- exclude :
147
- - php : ' 8.1'
148
- laravel : ' 11.x'
149
- - php : ' 8.3'
150
- laravel : ' 9.x'
143
+ db : [mysql, pgsql, sqlite]
144
+ laravel : [10.x, 11.x, 12.x]
145
+ php : [8.2, 8.3, 8.4]
151
146
152
147
steps :
153
148
- name : Checkout
Original file line number Diff line number Diff line change 64
64
}
65
65
},
66
66
"require" : {
67
- "php" : " ^8.1 " ,
67
+ "php" : " ^8.2 " ,
68
68
"ext-sqlite3" : " *" ,
69
- "laravel/framework" : " ^9.0|^10.0|^11.0"
69
+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 "
70
70
},
71
71
"require-dev" : {
72
72
"composer-runtime-api" : " *" ,
73
73
"laravel/pint" : " ^1.1" ,
74
74
"nunomaduro/collision" : " ^7.4|^8.0" ,
75
- "orchestra/testbench" : " ^8.5|^9.0"
75
+ "orchestra/testbench" : " ^8.5|^9.0|^10.0 "
76
76
},
77
77
"config" : {
78
78
"preferred-install" : " dist" ,
You can’t perform that action at this time.
0 commit comments