Skip to content

Commit 9ff06b0

Browse files
committed
Add Github actions matrix for testing Laravel 8
1 parent 4d6780e commit 9ff06b0

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
@@ -35,6 +35,7 @@ Please check the table below for supported Laravel and PHP versions:
3535
| 5.8 | 7.2 or 7.3 or 7.4
3636
| 6.x | 7.2 or 7.3 or 7.4
3737
| 7.x | 7.2 or 7.3 or 7.4
38+
| 8.x | 7.3 or 7.4
3839

3940
# Installation
4041

0 commit comments

Comments
 (0)