Skip to content

Commit

Permalink
Enhancement: Run tests on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 8, 2022
1 parent d0501f2 commit b836c8f
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
Expand Up @@ -25,6 +25,9 @@ branches:
- "Tests (8.1, highest)"
- "Tests (8.1, locked)"
- "Tests (8.1, lowest)"
- "Tests (8.2, highest)"
- "Tests (8.2, locked)"
- "Tests (8.2, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Expand Up @@ -266,6 +266,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"

dependencies:
- "lowest"
Expand Down

0 comments on commit b836c8f

Please sign in to comment.