Skip to content

Commit

Permalink
add PHP v8.3 tests-support
Browse files Browse the repository at this point in the history
  • Loading branch information
sweikenb committed Jul 20, 2024
1 parent ac24385 commit 01084b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
php-version:
- "8.2"
- "8.3"
dependency-versions:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=8.2",
"php": "^8.2",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-sockets": "*"
Expand Down

0 comments on commit 01084b8

Please sign in to comment.