Skip to content

chore: Drop php-cs-fixer restraint back down #47

chore: Drop php-cs-fixer restraint back down

chore: Drop php-cs-fixer restraint back down #47

Workflow file for this run

name: ci
on:
pull_request_target:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- 8.1
- 8.2
- 8.3
dependencies:
- stable
- lowest
env:
PHP_VERSION: ${{ matrix.php }}
DEPENDENCY_VERSIONS: ${{ matrix.dependencies }}
steps:
- uses: actions/checkout@v4
- run: docker-compose pull --quiet
- run: make ci