File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 php : [ 7.3, 7.4, 8.0, 8.1 ]
19- laravel : [ 7.*, 8.*, 9.* ]
19+ laravel : [ 7.*, 8.*, 9.* , 10.* ]
2020 dependency-version : [ prefer-lowest, prefer-stable ]
2121 include :
22+ - laravel : 10.*
23+ testbench : 8.*
2224 - laravel : 7.*
2325 testbench : 5.*
2426
2931 testbench : 7.*
3032
3133 exclude :
34+ - laravel : 10.*
35+ php : 7.3
36+ - laravel : 10.*
37+ php : 7.4
38+ - laravel : 10.*
39+ php : 8.0
3240 - laravel : 9.*
3341 php : 7.3
3442
@@ -63,18 +71,14 @@ jobs:
6371
6472 - name : Install dependencies
6573 run : |
74+ composer config minimum-stability dev
6675 composer self-update
6776 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6877 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
6978
7079 - name : Execute tests
7180 run : vendor/bin/phpunit
7281
73- - name : Install Livewire V1
74- if : " ! startsWith(matrix.laravel, '9.')"
75- run : |
76- composer require "livewire/livewire:^1" --no-interaction
77-
7882 - name : Execute tests
7983 if : " ! startsWith(matrix.laravel, '9.')"
8084 run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "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 " ,
2525 "guzzlehttp/guzzle" : " ^7.2" ,
2626 "ramsey/uuid" : " ^3.7|^4.0"
2727 },
You can’t perform that action at this time.
0 commit comments