mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Use actions/checkout version 2 for PHP Coding Style check
This commit is contained in:
parent
d4fdc6e46d
commit
f551cf4b25
4
.github/workflows/test-extensions.yml
vendored
4
.github/workflows/test-extensions.yml
vendored
@ -46,9 +46,7 @@ jobs:
|
|||||||
php-version: "7.4"
|
php-version: "7.4"
|
||||||
tools: composer
|
tools: composer
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer install --no-progress --classmap-authoritative
|
run: composer install --no-progress --classmap-authoritative
|
||||||
- name: Check coding style
|
- name: Check coding style
|
||||||
|
Loading…
Reference in New Issue
Block a user