Skip to content

Mark main as 3.2-dev #42

Mark main as 3.2-dev

Mark main as 3.2-dev #42

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request_target:
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