Skip to content

Merge release 3.4.3 into 3.5.x #2404

Merge release 3.4.3 into 3.5.x

Merge release 3.4.3 into 3.5.x #2404

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, mongodb"
SYMFONY_KERNEL: "Nucleos\\UserBundle\\Tests\\App\\AppKernel"

Check failure on line 16 in .github/workflows/continuous-integration.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/continuous-integration.yml (Line: 16, Col: 23): Invalid input, SYMFONY_KERNEL is not defined in the referenced workflow.
SYMFONY_VERSIONS: "6.4,7.0"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"