From 5b73358912960e846f4276be10dfcc8c05bfb904 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 28 Mar 2021 14:59:21 -0700 Subject: [PATCH] Use setup-php composer in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3774c3a..9ef12cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: php-version: '8.0' extensions: exif - uses: actions/checkout@v2 - - uses: php-actions/composer@v5 + - name: Install dependencies + run: composer install --no-progress --no-interaction - name: Run tests uses: php-actions/phpunit@v2 with: