Skip to content

Commit

Permalink
Add PHP 8.2 support (#6)
Browse files Browse the repository at this point in the history
* Add php 8.2 to build matrix

* Add php 8.2 to required dependencies

* Update phpspec
  • Loading branch information
dkreuer authored Mar 14, 2023
1 parent 6baac1d commit 466810f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "8.0.*||8.1.*",
"php": "8.0.*|8.1.*|8.2.*",
"psr/log": "^1.0|^2.0|^3.0",
"regex-guard/regex-guard": "^1.1",
"webmozart/assert": "^1.11"
},
"require-dev": {
"phpspec/phpspec": "^7.2"
"phpspec/phpspec": "^7.3"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

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

0 comments on commit 466810f

Please sign in to comment.