Skip to content

Update phpunit/phpunit requirement from ^10.1 to ^11.2 #13

Update phpunit/phpunit requirement from ^10.1 to ^11.2

Update phpunit/phpunit requirement from ^10.1 to ^11.2 #13

Workflow file for this run

name: PHP Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: phpcs, cs2pr
coverage: none
- name: Run Lint
run: phpcs -nq