Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Added support for PHP8.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bckp authored Jan 11, 2022
1 parent 4568598 commit 79a5dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '7.4']
php: ['8.1', '8.0', '7.4']

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=7.4 <8.1",
"php": ">=7.4 <8.2",
"nette/di": "^3.0.7",
"nette/utils": "^3.0",
"monolog/monolog": "^2.2",
Expand Down

0 comments on commit 79a5dc8

Please sign in to comment.