Skip to content

Commit

Permalink
bump versions of GHC we run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Mar 15, 2023
1 parent ab4f09c commit 029ae28
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -11,13 +11,11 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc:
- 8.8.4
- 8.10.7
- 9.0.1
- 9.2.1
- 9.2.7
- 9.4.4
- 9.6.1
fail-fast: false
continue-on-error: ${{ startsWith(matrix.os, 'windows') && startsWith(matrix.ghc, '9.2') }}


steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 029ae28

Please sign in to comment.