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.
1 parent 3b5248d commit bdd5acaCopy full SHA for bdd5aca
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: true
17
matrix:
18
os: [ubuntu-latest]
19
- php: ['8.3', '8.4']
+ php: ['8.2', '8.3', '8.4']
20
laravel: ['11.*', '12.*']
21
stability: [prefer-lowest, prefer-stable]
22
include:
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^8.3",
+ "php": "^8.2",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^11.0|^12.0"
},
0 commit comments