diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d507b54..b2256b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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