Skip to content

Commit c6e0123

Browse files
committed
Change phpstan analyse workflow to use PHP 7.4 for newer phpstan versions
Signed-off-by: William Desportes <[email protected]>
1 parent 6789b09 commit c6e0123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-analyse-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
php-version: ["7.3"]
37+
php-version: ["7.4"]
3838
steps:
3939
- uses: actions/checkout@v3
4040
- name: Use PHP ${{ matrix.php-version }}

0 commit comments

Comments
 (0)