Skip to content

Commit

Permalink
Run static analysis on PHP 8.1 (#9310)
Browse files Browse the repository at this point in the history
This will make it easier to add code that leverages features only
defined since that version of PHP.
  • Loading branch information
greg0ire authored Jan 1, 2022
1 parent d30e748 commit d40f9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
dbal-version:
- "default"
- "2.13"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
dbal-version:
- "default"
- "2.13"
Expand Down

0 comments on commit d40f9e5

Please sign in to comment.