Skip to content

Commit 8fc0c1d

Browse files
committed
wip
1 parent 5263ced commit 8fc0c1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
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.5, 8.4, 8.3, 8.2]
12+
php: [8.5, 8.4, 8.3]
1313
laravel: [12.*, 11.*]
1414
stability: [prefer-stable]
1515
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^8.0",
30+
"php": "^8.3",
3131
"illuminate/database": "^11.0|^12.0",
3232
"illuminate/support": "^11.0|^12.0",
3333
"spatie/laravel-package-tools": "^1.92.7"

0 commit comments

Comments
 (0)