Skip to content

chore: update gh action actions/setup-python 1 => 5 #534

chore: update gh action actions/setup-python 1 => 5

chore: update gh action actions/setup-python 1 => 5 #534

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
phpcs:
name: PHP-CodeSniffer
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: bcmath, gmp, intl, dom, mbstring
- name: Download dependencies
run: composer install --classmap-authoritative
- name: PHP CS
run: vendor/bin/phpcs