Skip to content

Commit

Permalink
Merge pull request #48 from greg0ire/remove-quotes
Browse files Browse the repository at this point in the history
Remove quotes
  • Loading branch information
greg0ire authored Aug 15, 2024
2 parents 36c5f05 + d59ff74 commit d3d1632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
php-versions: '["6.0", "6.1"]' # Use custom versions of PHP
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

phpunit-unstable-symfony:
name: "PHPUnit with unstable Symfony"
Expand All @@ -39,4 +39,4 @@ jobs:
# If the package requires some components but does not allow that version yet
extra-requirements: "symfony/framework-bundle 47.1.x symfony/console 47.1.x"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d3d1632

Please sign in to comment.