Skip to content

Commit f2a1151

Browse files
committed
Revert to php 8.1 for static analysis
1 parent 881c643 commit f2a1151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.2'
21+
php-version: '8.1'
2222
- uses: actions/checkout@v2
2323
- name: Install Dependencies
2424
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

0 commit comments

Comments
 (0)