We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c5f05 + d59ff74 commit d3d1632Copy full SHA for d3d1632
workflow-templates/continuous-integration.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
php-versions: '["6.0", "6.1"]' # Use custom versions of PHP
29
secrets:
30
- CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
31
32
phpunit-unstable-symfony:
33
name: "PHPUnit with unstable Symfony"
@@ -39,4 +39,4 @@ jobs:
39
# If the package requires some components but does not allow that version yet
40
extra-requirements: "symfony/framework-bundle 47.1.x symfony/console 47.1.x"
41
42
0 commit comments