Skip to content

Commit

Permalink
Only support ghc-9.2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jan 30, 2024
1 parent d50b8b6 commit 6352563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.6.5', '8.10.7', '9.8.1']
ghc: ['8.6.5', '8.10.7', '9.2.8']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6352563

Please sign in to comment.