Fix PHPCS config file

This commit is contained in:
Jeremy Benoist
2021-10-04 11:32:34 +02:00
parent 9a490fac07
commit 19b2a25d96
4 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php:
- "7.3"
- "7.4"
steps:
- name: "Checkout"
@@ -30,7 +30,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php }}"
tools: cs2pr, composer:v1
tools: cs2pr, composer:v2
ini-values: "date.timezone=Europe/Paris"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}