Skip to content

~ PHP 7.4 savvy fix #62

~ PHP 7.4 savvy fix

~ PHP 7.4 savvy fix #62

Workflow file for this run

name: style
on:
push:
pull_request:
jobs:
linux_tests:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
name: Style Check
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, gd
tools: composer:v2
coverage: none
- name: Install dependencies
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 2
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
- name: Run PHPCS
run: vendor/bin/phpcs