We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b28fb commit f50906aCopy full SHA for f50906a
.github/workflows/code-style.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install php
33
uses: shivammathur/setup-php@v2
34
with:
35
- php-version: "7.3"
+ php-version: "7.4"
36
37
- name: Install dependencies
38
run: composer update --dev --no-interaction --prefer-dist --no-progress --no-suggest --ansi
0 commit comments