Skip to content

Commit be0f1f0

Browse files
committed
changed CI config.
1 parent 56e5fa3 commit be0f1f0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
include:
16+
laravel: [ 5.6.*, 5.7.*, 5.8.*, 6.*, 7.* ]
17+
php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ]
18+
exclude:
1719
- laravel: 5.6.*
18-
php: 7.1
20+
php: 8.0 # incompatible
1921
- laravel: 5.7.*
20-
php: 7.1
21-
- laravel: 5.8.*
22-
php: 7.2
23-
- laravel: 6.*
24-
php: 7.3
25-
- laravel: 7.*
26-
php: 7.4
22+
php: 8.0
2723

2824
name: Laravel ${{ matrix.laravel }} (PHP ${{ matrix.php }})
2925
steps:

0 commit comments

Comments
 (0)