From a7263ab813292dc4720fdf142a11246343affa8c Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 18 Dec 2023 22:47:01 +0100 Subject: [PATCH] Simplify CI config thanks to upstream changes (#40) --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6000088..e3e0560 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,6 @@ on: jobs: test: uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main - with: - php-version-matrix: '["8.1", "8.2", "8.3"]' - php-version-lowest: '8.1' test_windows: uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main