From 3c5394fd27f5a7796d04e3a2cac5e70c56c5cfcc Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 9 Jul 2024 09:42:17 +0200 Subject: [PATCH] test: Fix CI test runner --- .github/workflows/run-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6b50cfc..354a4e4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,6 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - dependency-version: [prefer-dist] php: [8.2, 8.3] laravel: [10.*, 11.*] include: @@ -48,7 +47,7 @@ jobs: - name: Install dependencies run: | - composer install --${{ matrix.dependency-version }} --no-scripts --no-interaction --no-suggest + composer install --no-scripts --no-interaction --no-suggest - name: Execute tests run: vendor/bin/pest