From aac08629f7456163e09c1247032c3e07b3195588 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 23 Jul 2025 08:26:12 +0100 Subject: [PATCH] ci: removes testing against lowest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a1ea7eb..cda60c06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] symfony: ['7.3'] php: ['8.3', '8.4'] - dependency_version: [prefer-lowest, prefer-stable] + dependency_version: [prefer-stable] name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}