Skip to content

Commit 0e6b341

Browse files
authored
Run static tests on PHP 8.1
1 parent 68c271c commit 0e6b341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1111
name: Code Style
1212

1313
steps:
@@ -29,4 +29,4 @@ jobs:
2929
run: composer run cs
3030

3131
- name: Run PHPStan
32-
run: composer run static
32+
run: composer run static

0 commit comments

Comments
 (0)