Skip to content

Commit b83afe9

Browse files
committed
update composer.json
1 parent 67d836a commit b83afe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
testbench: 9.*
3232
- laravel: 10.*
3333
testbench: 8.*
34-
34+
3535

3636
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3737

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.4",
19+
"php": "^8.3",
2020
"ext-curl": "*",
2121
"ext-json": "*",
2222
"illuminate/contracts": "^10.0||^11.0||^12.0",

0 commit comments

Comments
 (0)