Skip to content

Commit

Permalink
Bump to latest Windows on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Feb 9, 2022
1 parent 3447db2 commit f9aec43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
@@ -1,4 +1,6 @@
---
# See https://github.com/actions/virtual-environments

on:
push:
branches:
Expand All @@ -13,11 +15,12 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-18.04
- macos-11
- macos-10.15
- ubuntu-20.04
- ubuntu-18.04
- windows-2022
- windows-2019
- windows-2016
perl: ['5.34', '5.32', '5.30', '5.28', '5.22']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f9aec43

Please sign in to comment.