Skip to content

Commit

Permalink
Add PHP 8.3 support (#20)
Browse files Browse the repository at this point in the history
* Add php 8.3 to build matrix
* Add php 8.3 to required dependencies
* Update phpspec
  • Loading branch information
David Weichert committed Mar 19, 2024
1 parent 466810f commit d428a31
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
}
],
"require": {
"php": "8.0.*|8.1.*|8.2.*",
"php": "8.0.*|8.1.*|8.2.*|8.3.*",
"psr/log": "^1.0|^2.0|^3.0",
"regex-guard/regex-guard": "^1.1",
"webmozart/assert": "^1.11"
},
"require-dev": {
"phpspec/phpspec": "^7.3"
"phpspec/phpspec": "^7.5",
"phpspec/prophecy": "^1.19"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
Expand Down
66 changes: 34 additions & 32 deletions composer.lock

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

0 comments on commit d428a31

Please sign in to comment.