Skip to content

Commit 597afdd

Browse files
committed
fix: update tests
1 parent 91223a1 commit 597afdd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.1, 8.2]
11+
php: [8.1, 8.2, 8.3]
1212
laravel: [9.*, 10.*, 11.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/console": "^9.0|^10.0|^11.0",
36-
"illuminate/container": "^9.0|^10.0|^11.0",
37-
"illuminate/database": "^9.0|^10.0|^11.0",
38-
"illuminate/support": "^9.0|^10.0|^11.0",
35+
"illuminate/console": "^9.52|^10.0|^11.0",
36+
"illuminate/container": "^9.52|^10.0|^11.0",
37+
"illuminate/database": "^9.52|^10.0|^11.0",
38+
"illuminate/support": "^9.52|^10.0|^11.0",
3939
"spatie/eloquent-sortable": "^4.0.0",
4040
"spatie/laravel-package-tools": "^1.16",
4141
"spatie/laravel-sluggable": "^3.4.2",

0 commit comments

Comments
 (0)