Skip to content

Commit d40f9e5

Browse files
authored
Run static analysis on PHP 8.1 (#9310)
This will make it easier to add code that leverages features only defined since that version of PHP.
1 parent d30e748 commit d40f9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php-version:
21-
- "8.0"
21+
- "8.1"
2222
dbal-version:
2323
- "default"
2424
- "2.13"
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
php-version:
61-
- "8.0"
61+
- "8.1"
6262
dbal-version:
6363
- "default"
6464
- "2.13"

0 commit comments

Comments
 (0)