Skip to content

chore: upgrade PHPUnit 9 => 10 #554

chore: upgrade PHPUnit 9 => 10

chore: upgrade PHPUnit 9 => 10 #554

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