Skip to content

Commit

Permalink
build: support php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Nov 30, 2024
1 parent 311f204 commit 70ef7f6
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.2"
"php": "^8.2||^8.3||^8.4"
},
"require-dev": {
"laravel/pint": "^1.17",
Expand Down
Loading

0 comments on commit 70ef7f6

Please sign in to comment.