Skip to content

Remove support for php 8.0 as it is approaching EOL #7

Remove support for php 8.0 as it is approaching EOL

Remove support for php 8.0 as it is approaching EOL #7

Workflow file for this run

name: pint
on:
push:
pull_request:
jobs:
phpcs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run: composer install --no-interaction --no-scripts
- run: vendor/bin/pint --test