We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f748059 commit 7fb94abCopy full SHA for 7fb94ab
.github/workflows/run-tests.yml
@@ -16,13 +16,10 @@ jobs:
16
fail-fast: true
17
matrix:
18
os: [ubuntu-latest, windows-latest]
19
- php: [8.2, 8.3, 8.4]
+ php: [8.2, 8.3]
20
laravel: ['11.*', '12.*']
21
stability: [prefer-lowest, prefer-stable]
22
include:
23
- - laravel: 10.*
24
- testbench: 8.*
25
- carbon: ^2.63
26
- laravel: 11.*
27
testbench: 9.*
28
carbon: '*'
composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": "^8.1|^8.2",
+ "php": "^8.2|^8.3",
"guzzlehttp/guzzle": "^7.7",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"spatie/laravel-package-tools": "^1.14.0"
0 commit comments