File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : true
18
18
matrix :
19
19
php : ['8.0', 8.1, 8.2]
20
- laravel : [9.x]
20
+ laravel : [9, 10]
21
+ exclude :
22
+ - php : ' 8.0'
23
+ laravel : 10
21
24
22
25
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
23
26
36
39
37
40
- name : Install dependencies
38
41
run : |
39
- composer require "illuminate/contracts=${{ matrix.laravel }}" --dev --no-update
42
+ composer require "illuminate/contracts=^ ${{ matrix.laravel }}" --dev --no-update
40
43
composer update --prefer-dist --no-interaction --no-progress
41
44
42
45
- name : Execute tests
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Only the latest major version of Laravel UI receives bug fixes. The table below
21
21
| [ 1.x] ( https://github.com/laravel/ui/tree/1.x ) | 5.8, 6.x |
22
22
| [ 2.x] ( https://github.com/laravel/ui/tree/2.x ) | 7.x |
23
23
| [ 3.x] ( https://github.com/laravel/ui/tree/3.x ) | 8.x |
24
- | [ 4.x] ( https://github.com/laravel/ui/tree/4.x ) | 9.x |
24
+ | [ 4.x] ( https://github.com/laravel/ui/tree/4.x ) | 9.x, 10.x |
25
25
26
26
### Installation
27
27
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
- "illuminate/console" : " ^9.21" ,
15
- "illuminate/filesystem" : " ^9.21" ,
16
- "illuminate/support" : " ^9.21" ,
17
- "illuminate/validation" : " ^9.21"
14
+ "illuminate/console" : " ^9.21|^10.0 " ,
15
+ "illuminate/filesystem" : " ^9.21|^10.0 " ,
16
+ "illuminate/support" : " ^9.21|^10.0 " ,
17
+ "illuminate/validation" : " ^9.21|^10.0 "
18
18
},
19
19
"require-dev" : {
20
- "orchestra/testbench" : " ^7.0"
20
+ "orchestra/testbench" : " ^7.0|^8.0 "
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
You can’t perform that action at this time.
0 commit comments