Skip to content

Commit

Permalink
Merge pull request #46 from DanaLuther/master
Browse files Browse the repository at this point in the history
PHP 8.1 and 8.2 Test support and psr/log support up to ^3.0
  • Loading branch information
jrbasso authored Jun 7, 2023
2 parents 9af5993 + 2f09b67 commit 76e11b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2",
"psr/log": "^1.0"
"psr/log": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5",
Expand Down

0 comments on commit 76e11b1

Please sign in to comment.