Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jan 16, 2025
1 parent 581aa74 commit b7b0047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "8.10.7", "9.2.7", "9.6.1" ]
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
os: [ubuntu-latest, macos-13, windows-latest]

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

0 comments on commit b7b0047

Please sign in to comment.