From c7e648137c7368abd6bfa7152d5fed3491f0cdb5 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Mon, 29 Jan 2024 22:35:56 -0500 Subject: [PATCH] Don't test 5.12 on macOS in CI --- .github/workflows/build-and-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 061f9903..70644dad 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -105,10 +105,9 @@ jobs: needs: test-linux runs-on: macos-latest strategy: - fail-fast: false + fail-fast: true matrix: perl-version: - - "5.12" - "5.14" - "5.16" - "5.18"