Skip to content

Commit 484a015

Browse files
authored
Update phpcs.yml
1 parent d09746e commit 484a015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-php-
3434
- name: Install dependencies
35-
run: composer install --prefer-dist --no-progress
35+
run: composer install --prefer-dist --no-progress --ignore-platform-req=php
3636

3737
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3838
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)