Skip to content

Commit

Permalink
Add support for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 30, 2024
1 parent b5b54bc commit 2cecff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer:
- ""
- "--prefer-lowest"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"php": "^7.3 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"mikey179/vfsstream": "^1.6.10",
"mockery/mockery": "^1.6.12",
"mikey179/vfsstream": "^1.6.12",
"squizlabs/php_codesniffer": "^3.10",
"phpunit/phpunit": "^9.5.10"
},
Expand Down

0 comments on commit 2cecff8

Please sign in to comment.