Skip to content

♻️ support php 8.4 #73

♻️ support php 8.4

♻️ support php 8.4 #73

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3, 8.4]
symfony_process: [4, 5, 6, 7]
exclude:
- php: 8.1
symfony_process: 7
steps:
- uses: actions/checkout@v4
- name: test against Symfony/Process ${{ matrix.symfony_process }} on PHP ${{ matrix.php }}
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg SYMFONY_PROCESS=${{ matrix.symfony_process }}