Skip to content

Commit

Permalink
Merge pull request #1097 from jrushlow/ci/use-composer-2.2
Browse files Browse the repository at this point in the history
[ci] use composer 2.2 for Symfony 4.4 compat
  • Loading branch information
jrushlow authored Apr 21, 2022
2 parents c557553 + f7d1ade commit f8ebd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ jobs:
mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test_maker;"
- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.7.0
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: ${{ matrix.php-version }}
tools: composer:v2
tools: composer:2.2

- name: "Add PHPUnit matcher"
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand Down

0 comments on commit f8ebd1c

Please sign in to comment.