Skip to content

Commit f8ebd1c

Browse files
authored
Merge pull request #1097 from jrushlow/ci/use-composer-2.2
[ci] use composer 2.2 for Symfony 4.4 compat
2 parents c557553 + f7d1ade commit f8ebd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ jobs:
132132
mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test_maker;"
133133
134134
- name: "Install PHP with extensions"
135-
uses: shivammathur/setup-php@2.7.0
135+
uses: shivammathur/setup-php@v2
136136
with:
137137
coverage: "none"
138138
php-version: ${{ matrix.php-version }}
139-
tools: composer:v2
139+
tools: composer:2.2
140140

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

0 commit comments

Comments
 (0)