Skip to content

Commit

Permalink
Merge pull request #371 from Lctrs/feature/php8.1
Browse files Browse the repository at this point in the history
add support for PHP 8.1
  • Loading branch information
Lctrs committed Sep 26, 2021
2 parents b1f07bb + ecb3b47 commit 39b6a0c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Expand Up @@ -28,6 +28,9 @@ branches:
- "Tests (8.0, highest)"
- "Tests (8.0, locked)"
- "Tests (8.0, lowest)"
- "Tests (8.1, highest)"
- "Tests (8.1, locked)"
- "Tests (8.1, lowest)"
strict: false
restrictions: null

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Expand Up @@ -201,6 +201,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"

dependencies:
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3.0 || ^8.0.0"
"php": "^7.3.0 || >=8.0.0 <8.2.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
Expand Down
49 changes: 31 additions & 18 deletions composer.lock

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

0 comments on commit 39b6a0c

Please sign in to comment.