Skip to content

DEV-576 Add PHP 8.2 & 8.3 #11

DEV-576 Add PHP 8.2 & 8.3

DEV-576 Add PHP 8.2 & 8.3 #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
php-cs-fixer:
name: php-cs-fixer
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies with composer
uses: php-actions/composer@v1
- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix --dry-run --using-cache=no --config=.php-cs-fixer.dist.php