Skip to content

Commit

Permalink
drop GHC 8.10, add windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Sep 20, 2023
1 parent dffdbc4 commit 17cd225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macOS-latest' ]
ghc: [ '8.10', '9.0', '9.2', '9.4', '9.6' ]
os: [ 'ubuntu-latest', 'macOS-latest', 'windows-latest' ]
ghc: [ '9.0', '9.2', '9.4', '9.6' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 17cd225

Please sign in to comment.