Skip to content

Commit 7406228

Browse files
author
Kurt Friars
committed
Limit to laravel 11
1 parent e98a5d0 commit 7406228

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.3]
12+
php: [8.2, 8.4]
1313
laravel: [^11]
1414
stability: [prefer-lowest, prefer-stable]
1515

@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ubuntu-latest]
56-
php: [8.3]
56+
php: [8.4]
5757
laravel: [^11]
5858
stability: [prefer-stable]
5959

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.14.0",
21-
"illuminate/contracts": "^10|^11"
21+
"illuminate/contracts": "^11"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)