Skip to content

Commit 7fb94ab

Browse files
committed
wip
1 parent f748059 commit 7fb94ab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.2, 8.3, 8.4]
19+
php: [8.2, 8.3]
2020
laravel: ['11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
23-
- laravel: 10.*
24-
testbench: 8.*
25-
carbon: ^2.63
2623
- laravel: 11.*
2724
testbench: 9.*
2825
carbon: '*'

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1|^8.2",
21+
"php": "^8.2|^8.3",
2222
"guzzlehttp/guzzle": "^7.7",
2323
"illuminate/contracts": "^10.0|^11.0|^12.0",
2424
"spatie/laravel-package-tools": "^1.14.0"

0 commit comments

Comments
 (0)