File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
# not self-hosted, because it's a public repo
8
8
runs-on : ubuntu-latest
9
9
10
- # we want to run it on combination of PHP 8.1+ and Laravel 9.1+
10
+ # we want to run it on combination of PHP and Laravel versions
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
14
php : ['8.2', '8.3']
15
- laravel : ['^10.0', '^11.0']
15
+ laravel : ['^10.0', '^11.0', '^12.0' ]
16
16
17
17
steps :
18
18
- name : Checkout the repo
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Setup PHP
22
22
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.2" ,
24
- "illuminate/contracts" : " ^10.0 | ^11.0" ,
25
- "illuminate/console" : " ^10.0 | ^11.0" ,
26
- "illuminate/database" : " ^10.0 | ^11.0" ,
27
- "illuminate/support" : " ^10.0 | ^11.0"
24
+ "illuminate/contracts" : " ^10.0 | ^11.0 | ^12.0 " ,
25
+ "illuminate/console" : " ^10.0 | ^11.0 | ^12.0 " ,
26
+ "illuminate/database" : " ^10.0 | ^11.0 | ^12.0 " ,
27
+ "illuminate/support" : " ^10.0 | ^11.0 | ^12.0 "
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^8.0 | ^9.0" ,
31
- "spatie/fork" : " ^1.1 "
30
+ "orchestra/testbench" : " ^8.0 | ^9.0 | ^10.0 " ,
31
+ "spatie/fork" : " ^1.2 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments