File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ name: CI
3
3
on :
4
4
push :
5
5
branches :
6
- - ' 10 .x'
6
+ - ' 11 .x'
7
7
pull_request :
8
8
branches :
9
- - ' 10 .x'
9
+ - ' 11 .x'
10
10
11
11
env :
12
12
APP_ENV : test
13
13
14
14
jobs :
15
15
laravel :
16
- name : Laravel 10 (PHP ${{ matrix.php-versions }})
16
+ name : Laravel 11 (PHP ${{ matrix.php-versions }})
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
fail-fast : true
20
20
matrix :
21
- php-versions : ['8.1 ', '8.2 ', '8.3 ']
21
+ php-versions : ['8.2 ', '8.3 ', '8.4 ']
22
22
steps :
23
23
- name : Checkout code
24
24
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=8.1 " ,
13
+ "php" : " >=8.2 " ,
14
14
"ext-pdo" : " *" ,
15
- "laravel/framework" : " ^10 .0" ,
15
+ "laravel/framework" : " ^11 .0" ,
16
16
"laravel/ui" : " ^4.0"
17
17
},
18
18
"require-dev" : {
19
19
"ext-fileinfo" : " *" ,
20
20
"ext-json" : " *" ,
21
21
"barryvdh/laravel-debugbar" : " ^3.14" ,
22
- "barryvdh/laravel-ide-helper" : " ^2.15 " ,
22
+ "barryvdh/laravel-ide-helper" : " ^3.5 " ,
23
23
"codeception/codeception" : " ^5.0.8" ,
24
24
"codeception/module-asserts" : " ^3.0" ,
25
25
"codeception/module-laravel" : " ^3.0 | *@dev" ,
26
26
"fakerphp/faker" : " ^1.24" ,
27
- "nunomaduro/collision" : " ^7.0 " ,
27
+ "nunomaduro/collision" : " ^8.1 " ,
28
28
"spatie/laravel-ignition" : " ^2.0"
29
29
},
30
30
"config" : {
You can’t perform that action at this time.
0 commit comments