Skip to content

Commit 8d8b527

Browse files
committed
wip
1 parent a88f64a commit 8d8b527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3, 8.2, 8.1]
20+
php: [8.3, 8.2]
2121
laravel: [10.*, 11.*]
2222
stability: [prefer-stable]
2323
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.1",
23+
"php": "^8.2",
2424
"illuminate/database": "^10.0|^11.0",
2525
"illuminate/http": "^10.0|^11.0",
2626
"illuminate/support": "^10.0|^11.0",

0 commit comments

Comments
 (0)