File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/cache@v1
1717 with :
1818 path : ~/.composer/cache/files
19- key : dependencies-php-7.4-illuminate-7 .*-composer-${{ hashFiles('composer.json') }}
19+ key : dependencies-php-7.4-illuminate-8 .*-composer-${{ hashFiles('composer.json') }}
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -14,16 +14,20 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 php : [7.2, 7.3, 7.4]
17- illuminate : [6.*, 7.*]
17+ illuminate : [6.*, 7.*, 8.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - illuminate : 6.*
2121 testbench : 4.*
2222 - illuminate : 7.*
2323 testbench : 5.*
24+ - illuminate : 8.*
25+ testbench : 6.*
2426 exclude :
2527 - php : 7.4
2628 illuminate : 6.*
29+ - php : 7.2
30+ illuminate : 8.*
2731
2832 name : P${{ matrix.php }} - I${{ matrix.illuminate }} - ${{ matrix.stability }}
2933
You can’t perform that action at this time.
0 commit comments