Skip to content

Commit 654ae33

Browse files
committed
Update Github Actions configuration
1 parent 7eeab5a commit 654ae33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)