Skip to content

Commit 196fa4b

Browse files
committed
wip
1 parent 12565be commit 196fa4b

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: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.5, 8.4, 8.3, 8.2]
20+
php: [8.5, 8.4, 8.3]
2121
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.2",
21+
"php": "^8.3",
2222
"ext-zip": "^1.14.0",
2323
"illuminate/console": "^11.0|^12.0",
2424
"illuminate/contracts": "^11.0|^12.0",

0 commit comments

Comments
 (0)