Skip to content

Commit 9be5758

Browse files
Merge pull request #32 from stackkit/l8
L8
2 parents ce239cd + ced4dda commit 9be5758

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [7.4, 7.3, 7.2]
15-
laravel: [7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
15+
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
18+
- laravel: 8.*
19+
testbench: 6.*
1820
- laravel: 7.*
1921
testbench: 5.*
2022
- laravel: 6.*
@@ -26,6 +28,8 @@ jobs:
2628
- laravel: 5.6.*
2729
testbench: 3.6.*
2830
exclude:
31+
- laravel: 8.*
32+
php: 7.2
2933
- laravel: 5.7.*
3034
php: 7.4
3135
- laravel: 5.6.*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Please check the table below for supported Laravel and PHP versions:
3030
| 5.8 | 7.2 or 7.3 or 7.4
3131
| 6.x | 7.2 or 7.3 or 7.4
3232
| 7.x | 7.2 or 7.3 or 7.4
33+
| 8.x | 7.3 or 7.4
3334

3435
# Installation
3536

0 commit comments

Comments
 (0)