Update dependency dompdf/dompdf to v3 - autoclosed #1476
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "6.4,7.0" | |
secrets: | |
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" |