Skip to content

Commit

Permalink
Merge pull request #1071 from cedric-anne/feature/php-8.4
Browse files Browse the repository at this point in the history
Add PHP 8.4 support
  • Loading branch information
lcobucci committed Sep 4, 2024
2 parents 0188202 + 7e65ec4 commit a0cf6aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-openssl": "*",
"ext-sodium": "*",
"psr/clock": "^1.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0cf6aa

Please sign in to comment.