Skip to content

TECH Bump symfony/process from 5.4.40 to 5.4.46 #166

TECH Bump symfony/process from 5.4.40 to 5.4.46

TECH Bump symfony/process from 5.4.40 to 5.4.46 #166

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: docker compose run tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}