Skip to content

Commit d6e4c09

Browse files
committed
Github actions: Add PHP 8.2
1 parent a82fea2 commit d6e4c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1]
11+
php: [8.0, 8.1, 8.2]
1212

1313
steps:
1414
- name: Checkout code
@@ -30,4 +30,4 @@ jobs:
3030
run: phpcs src/
3131

3232
- name: Static analysis
33-
run: phpstan analyze --level=8 src/
33+
run: phpstan analyze --level=9 src/

0 commit comments

Comments
 (0)