Skip to content

Commit

Permalink
CI on various compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mniip committed Dec 20, 2023
1 parent ad5c0a8 commit 6484217
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
platform:
- ubuntu-latest
ghc_version:
#- "8.6.5"
#- "8.8.4"
#- "8.10.7"
#- "9.0.2"
#- "9.2.8"
#- "9.4.8"
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.8"
- "9.6.3"
#- "9.8.1"
- "9.8.1"
fail-fast: false
name: Build on Linux, GHC ${{ matrix.ghc_version }}
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 6484217

Please sign in to comment.