Skip to content

Bump semver from 7.3.7 to 7.5.4 in /tests #266

Bump semver from 7.3.7 to 7.5.4 in /tests

Bump semver from 7.3.7 to 7.5.4 in /tests #266

Workflow file for this run

name: lint
on:
- push
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Setup dependencies
run: |
which php
which composer
php -i
composer
composer install
- name: Run lint
run: ./vendor/bin/php-cs-fixer fix --dry-run