Skip to content

Commit 5ba2b4b

Browse files
authored
Merge pull request #130 from tobigumo/patch-1
Fixing PHP versions of Actions CI in Laravel 6 and 7.
2 parents a6c803d + 78dd027 commit 5ba2b4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
php: [8.1, 8.0, 7.4, 7.3, 7.2]
3535
laravel: [^9, ^8, ^7, ^6]
3636
exclude:
37+
# Laravel 6 requires php 7.2-8.0, so exclude all php versions after 8.1
38+
- laravel: ^6
39+
php: 8.1
40+
# Laravel 7 requires php 7.2-8.0, so exclude all php versions after 8.1
41+
- laravel: ^7
42+
php: 8.1
3743
# Laravel 8 requires php 7.3+, so exclude all PHP versions prior to 7.3
3844
- laravel: ^8
3945
php: 7.2

0 commit comments

Comments
 (0)