We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3d31d commit 3a5f912Copy full SHA for 3a5f912
.github/workflows/test-application.yaml
@@ -37,15 +37,10 @@ jobs:
37
with:
38
php-version: ${{ matrix.php-version }}
39
extensions: 'pdo, pdo_sqlite'
40
- tools: 'composer:v2'
41
-
42
- - name: Install Symfony Flex
43
- run: |
44
- composer global config --no-plugins allow-plugins.symfony/flex true
45
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
+ tools: 'composer:v2, flex'
46
47
- name: Install dependencies with Composer
48
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
49
50
dependency-versions: ${{ matrix.dependencies }}
51
composer-options: --prefer-dist
0 commit comments