Skip to content

Commit

Permalink
Merge branch 'main' into feature/codeception-4
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Nov 17, 2023
2 parents 98f9084 + 06bff70 commit 9112917
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 @@ -15,6 +15,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"codeception/codeception": "^4.0",
"guzzlehttp/guzzle": "^6.1 || ^7.0"
Expand Down

0 comments on commit 9112917

Please sign in to comment.