Skip to content

Commit

Permalink
Allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Sep 19, 2023
1 parent 82bd180 commit 81b0abf
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.* | 8.2.*",
"php": "8.1.* | 8.2.* | 8.3.*",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.1 | ^7.0"
},
Expand Down

0 comments on commit 81b0abf

Please sign in to comment.