Skip to content

Commit c339f02

Browse files
committed
Install Symfony Flex via shivammathur/setup-php action
1 parent 9e9e8d8 commit c339f02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
php-version: ${{ matrix.php }}
5656
coverage: xdebug
57+
tools: flex
5758

5859
- name: Setup Problem Matchers for PHPUnit
5960
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
@@ -62,9 +63,6 @@ jobs:
6263
run: composer remove --dev symfony/messenger --no-update
6364
if: matrix.symfony-version == '3.4.*'
6465

65-
- name: Install Symfony Flex
66-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
67-
6866
- name: Install dependencies
6967
uses: ramsey/composer-install@v1
7068
with:

0 commit comments

Comments
 (0)