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 20, 2024
1 parent 466810f commit 399589b
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 141 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
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.*|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"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
Expand Down
Loading

0 comments on commit 399589b

Please sign in to comment.