We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98a5d0 commit 7406228Copy full SHA for 7406228
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.3]
+ php: [8.2, 8.4]
13
laravel: [^11]
14
stability: [prefer-lowest, prefer-stable]
15
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
55
56
+ php: [8.4]
57
58
stability: [prefer-stable]
59
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": "^8.1",
20
"spatie/laravel-package-tools": "^1.14.0",
21
- "illuminate/contracts": "^10|^11"
+ "illuminate/contracts": "^11"
22
},
23
"require-dev": {
24
"laravel/pint": "^1.0",
0 commit comments