From dcd28036b977183f9b80c15faf7af674eb2db912 Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Sun, 8 Sep 2024 20:39:22 +0200 Subject: [PATCH] Fix tests workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abbcc41..e1342d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2, 8.3] + php: ['8.0', '8.1', '8.2', '8.3'] name: Test with php ${{ matrix.php }} on ${{ matrix.os }} @@ -39,7 +39,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Dependencies - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Run tests run: ./vendor/bin/pest \ No newline at end of file