From 9ef0ba7b281a93067da9a4c9c3c675708a173738 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 7 Mar 2024 00:13:34 +0100 Subject: [PATCH] :octocat: update composer-install (https://github.com/ramsey/composer-install/pull/252) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 461d58681..95c927cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: extensions: ast, fileinfo, gd, imagick, json, mbstring - name: "Update dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Run phan" run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }} @@ -75,7 +75,7 @@ jobs: extensions: fileinfo, gd, imagick, json, mbstring - name: "Install dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Run tests with phpunit" run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist @@ -140,7 +140,7 @@ jobs: run: pip install sphinx myst-parser sphinx-rtd-theme - name: "Install dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Build QROptions doc" run: php docs/qroptions-doc.php