Skip to content

Commit

Permalink
Exclude Perl 5.20 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Aug 13, 2024
1 parent 044ff1f commit 7f47d16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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:
Expand Down

0 comments on commit 7f47d16

Please sign in to comment.