Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Jan 7, 2024
1 parent 8a3cdfb commit 0d5cbfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- "9.2.8"
- "9.4.5"
- "9.6.3"
# Use only the latest compiler on non-Linux
- "9.8.1"
# Use only the "main" (usually latest) compiler version on non-Linux
exclude:
- os: macOS-latest
ghc: 9.8.1
- os: macOS-latest
ghc: 9.4.5
- os: macOS-latest
Expand All @@ -50,6 +53,8 @@ jobs:
ghc: 9.0.2
- os: macOS-latest
ghc: 8.10.7
- os: windows-latest
ghc: 9.8.1
- os: windows-latest
ghc: 9.4.5
- os: windows-latest
Expand Down

0 comments on commit 0d5cbfe

Please sign in to comment.