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 17d3eb5 + 4e6aba0 commit ce8a2e5Copy full SHA for ce8a2e5
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: true
21
matrix:
22
- php: [8.3, 8.4]
+ php: [8.2, 8.3, 8.4]
23
laravel: [11, 12]
24
25
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
composer.json
@@ -20,7 +20,7 @@
}
],
"require": {
- "php": "^8.3",
+ "php": "^8.2",
"illuminate/console": "^11.0|^12.0",
"illuminate/filesystem": "^11.0|^12.0",
26
"illuminate/routing": "^11.0|^12.0",
0 commit comments