Skip to content

Add PHP 8.3 and 8.4 to GH Actions #9

Add PHP 8.3 and 8.4 to GH Actions

Add PHP 8.3 and 8.4 to GH Actions #9

Workflow file for this run

name: Formatting
on:
push:
pull_request:
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --prefer-dist --no-interaction
- name: Check code formatting
run: ./vendor/bin/pint --test -v