File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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
- - ' 9 .x'
6
+ - ' 10 .x'
7
7
pull_request :
8
8
branches :
9
- - ' 9 .x'
9
+ - ' 10 .x'
10
10
11
11
env :
12
12
APP_ENV : test
13
13
14
14
jobs :
15
15
laravel :
16
- name : Laravel 9 (PHP ${{ matrix.php-versions }})
16
+ name : Laravel 10 (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.0 ', '8.1 ', '8.2 ']
21
+ php-versions : ['8.1 ', '8.2 ', '8.3 ']
22
22
steps :
23
23
- name : Checkout code
24
24
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ final class AuthServiceProvider extends ServiceProvider
15
15
16
16
public function boot (): void
17
17
{
18
- $ this -> registerPolicies ();
18
+ //
19
19
}
20
20
}
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=8.0. 1" ,
13
+ "php" : " >=8.1" ,
14
14
"ext-pdo" : " *" ,
15
- "laravel/framework" : " ^9 .0" ,
16
- "laravel/ui" : " ^3.4 "
15
+ "laravel/framework" : " ^10 .0" ,
16
+ "laravel/ui" : " ^4.0 "
17
17
},
18
18
"require-dev" : {
19
19
"ext-fileinfo" : " *" ,
24
24
"codeception/module-asserts" : " ^3.0" ,
25
25
"codeception/module-laravel" : " ^3.0 | *@dev" ,
26
26
"fakerphp/faker" : " ^1.24" ,
27
- "nunomaduro/collision" : " ^v6.4 " ,
28
- "spatie/laravel-ignition" : " ^1.7 "
27
+ "nunomaduro/collision" : " ^7.0 " ,
28
+ "spatie/laravel-ignition" : " ^2.0 "
29
29
},
30
30
"config" : {
31
31
"optimize-autoloader" : true ,
You can’t perform that action at this time.
0 commit comments