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.
2 parents b607532 + 67083e3 commit 5bdd7e5Copy full SHA for 5bdd7e5
1 file changed
.github/workflows/tests.yml
@@ -18,12 +18,8 @@ jobs:
18
with:
19
php-version: "7.2"
20
extensions: mbstring, zip
21
- tools: composer:v2
+ tools: composer:2, php-cs-fixer:3
22
coverage: none
23
- - name: Install PHP-CS-Fixer
24
- run: |
25
- curl -sSLf -o /usr/local/bin/php-cs-fixer https://cs.symfony.com/download/php-cs-fixer-v3.phar
26
- chmod +x /usr/local/bin/php-cs-fixer
27
- name: Checkout
28
uses: actions/checkout@v2
29
- name: Check PHP coding style
0 commit comments