We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 568134b + 371e7f8 commit a6c803dCopy full SHA for a6c803d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu]
34
- php: [8.1, 8.0 7.4, 7.3, 7.2]
+ php: [8.1, 8.0, 7.4, 7.3, 7.2]
35
laravel: [^9, ^8, ^7, ^6]
36
exclude:
37
# Laravel 8 requires php 7.3+, so exclude all PHP versions prior to 7.3
0 commit comments