From a605b4234a82dcca8bf10db38fea435caa97dacd Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 13 Aug 2024 23:10:55 +0200 Subject: [PATCH] Exclude Perl 5.20 on Windows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c626d..c477d1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,10 @@ jobs: - { icon: 🍎, name: macos } - { icon: 🪟, name: windows } perl: [ '5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10', '5.8' ] + exclude: + - os + - name: windows + - perl: 5.20 name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os.icon }} runs-on: ${{ matrix.os.name }}-latest steps: