Skip to content

Commit c1ce257

Browse files
authored
php8.3 support (#66)
1 parent 5c8407f commit c1ce257

File tree

3 files changed

+858
-709
lines changed

3 files changed

+858
-709
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
php-version:
1212
- "8.1"
1313
- "8.2"
14+
- "8.3"
1415
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
1516
runs-on: ${{ matrix.operating-system }}
1617
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"laravel-zero/framework": "^10.1.2",
3131
"laravel/pint": "^1.10",
32-
"mockery/mockery": "^1.5.1",
32+
"mockery/mockery": "^1.6.7",
3333
"nunomaduro/larastan": "^2.0",
3434
"nunomaduro/termwind": "^1.15.1",
3535
"swaggest/json-schema": "^0.12.41",

0 commit comments

Comments
 (0)