Skip to content

Commit

Permalink
DevKit updates (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Mar 24, 2023
1 parent 12e2c29 commit 5086284
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -72,6 +72,10 @@ jobs:
- name: Add PHPUnit matcher
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Use older Flex endpoint for Symfony 4.4
if: matrix.symfony-require == '4.4.*'
run: composer config extra.symfony.endpoint https://raw.githubusercontent.com/symfony/recipes/c8d90298241f176a261dadc4814d7058415a4c1f/index.json

- name: Globally install symfony/flex
if: matrix.symfony-require != ''
run: |
Expand Down

0 comments on commit 5086284

Please sign in to comment.