Skip to content

Commit

Permalink
php8.3 support (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Feb 18, 2024
1 parent 5c8407f commit c1ce257
Show file tree
Hide file tree
Showing 3 changed files with 858 additions and 709 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"laravel-zero/framework": "^10.1.2",
"laravel/pint": "^1.10",
"mockery/mockery": "^1.5.1",
"mockery/mockery": "^1.6.7",
"nunomaduro/larastan": "^2.0",
"nunomaduro/termwind": "^1.15.1",
"swaggest/json-schema": "^0.12.41",
Expand Down
Loading

0 comments on commit c1ce257

Please sign in to comment.