We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856a320 commit 0007e74Copy full SHA for 0007e74
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.4, 8.3, 8.2]
+ php: [8.4, 8.3]
13
laravel: [11.*, 12.*]
14
dependency-version: [prefer-stable]
15
include:
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "^8.2",
+ "php": "^8.3",
21
"spatie/laravel-package-tools": "^1.9.2",
22
"illuminate/contracts": "^11.0 | ^12.0"
23
},
0 commit comments