Skip to content

Commit a6c803d

Browse files
authored
Merge pull request #127 from danielmorell/master
Fixed typo in php version array
2 parents 568134b + 371e7f8 commit a6c803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu]
34-
php: [8.1, 8.0 7.4, 7.3, 7.2]
34+
php: [8.1, 8.0, 7.4, 7.3, 7.2]
3535
laravel: [^9, ^8, ^7, ^6]
3636
exclude:
3737
# Laravel 8 requires php 7.3+, so exclude all PHP versions prior to 7.3

0 commit comments

Comments
 (0)