Skip to content

Commit

Permalink
Updating GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Nov 15, 2020
1 parent d11563b commit 88e07cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ 'ubuntu', 'macos' ]
os: [ 'ubuntu', 'windows', 'macos' ]
perl: [ '5.8', '5.10', '5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26', '5.28', '5.30', '5.32' ]
threaded: [ false ]
coverage: [ false ]
Expand Down

0 comments on commit 88e07cf

Please sign in to comment.