File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
php : [ 7.3, 7.4, 8.0, 8.1 ]
19
- laravel : [ 7.*, 8.*, 9.* ]
19
+ laravel : [ 7.*, 8.*, 9.* , 10.* ]
20
20
dependency-version : [ prefer-lowest, prefer-stable ]
21
21
include :
22
+ - laravel : 10.*
23
+ testbench : 8.*
22
24
- laravel : 7.*
23
25
testbench : 5.*
24
26
29
31
testbench : 7.*
30
32
31
33
exclude :
34
+ - laravel : 10.*
35
+ php : 7.3
36
+ - laravel : 10.*
37
+ php : 7.4
38
+ - laravel : 10.*
39
+ php : 8.0
32
40
- laravel : 9.*
33
41
php : 7.3
34
42
@@ -63,18 +71,14 @@ jobs:
63
71
64
72
- name : Install dependencies
65
73
run : |
74
+ composer config minimum-stability dev
66
75
composer self-update
67
76
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
68
77
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
69
78
70
79
- name : Execute tests
71
80
run : vendor/bin/phpunit
72
81
73
- - name : Install Livewire V1
74
- if : " ! startsWith(matrix.laravel, '9.')"
75
- run : |
76
- composer require "livewire/livewire:^1" --no-interaction
77
-
78
82
- name : Execute tests
79
83
if : " ! startsWith(matrix.laravel, '9.')"
80
84
run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.3|^8.0" ,
20
- "illuminate/support" : " ^7.26.0|^8.0|^9.0" ,
21
- "illuminate/console" : " ^7.26.0|^8.0|^9.0" ,
22
- "illuminate/http" : " ^7.26.0|^8.0|^9.0" ,
23
- "illuminate/cache" : " ^7.26.0|^8.0|^9.0" ,
24
- "illuminate/view" : " ^7.26.0|^8.0|^9.0" ,
20
+ "illuminate/support" : " ^7.26.0|^8.0|^9.0|^10.0 " ,
21
+ "illuminate/console" : " ^7.26.0|^8.0|^9.0|^10.0 " ,
22
+ "illuminate/http" : " ^7.26.0|^8.0|^9.0|^10.0 " ,
23
+ "illuminate/cache" : " ^7.26.0|^8.0|^9.0|^10.0 " ,
24
+ "illuminate/view" : " ^7.26.0|^8.0|^9.0|^10.0 " ,
25
25
"guzzlehttp/guzzle" : " ^7.2" ,
26
26
"ramsey/uuid" : " ^3.7|^4.0"
27
27
},
You can’t perform that action at this time.
0 commit comments