Skip to content

Continuous Integration #209

Continuous Integration

Continuous Integration #209

name: 'Continuous Integration'
on:
create:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
jobs:
run:
uses: "nucleos/actions/.github/workflows/continuous-integration.yml@main"
with:
PHP_EXTENSIONS: "mbstring, json"
SYMFONY_VERSIONS: ""
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"