Skip to content

Commit

Permalink
Allow php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Nov 23, 2023
1 parent 9206021 commit 54a2167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
env:
LARAVEL: 10.*
TESTBENCH: 8.*
- php: 8.3
env:
LARAVEL: 10.*
TESTBENCH: 8.*
env: ${{ matrix.env }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "8.2.*",
"php": "8.2.*|8.3.*",
"laravel/framework": "^10.0",
"intervention/image": "^2.7",
"spatie/image-optimizer": "^1.6",
Expand Down

0 comments on commit 54a2167

Please sign in to comment.