Skip to content

Commit

Permalink
[ci] use composer 2.2 for Symfony 4.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 21, 2022
1 parent c557553 commit f7d1ade
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 f7d1ade

Please sign in to comment.