Skip to content

Commit

Permalink
Merge pull request #683 from ergebnis/feature/php81
Browse files Browse the repository at this point in the history
Enhancement: Run tests on PHP 8.1
  • Loading branch information
localheinz committed Dec 27, 2021
2 parents 1fc1810 + 3f4cf67 commit b4022dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"

dependencies:
- "lowest"
Expand Down

0 comments on commit b4022dd

Please sign in to comment.