Skip to content

Commit

Permalink
changing haskell version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlasits authored and yallop committed Aug 11, 2023
1 parent 16f873f commit 78f5030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
with:
ghc-version: "9.4"
ghc-version: "9.2.8"
- run: cabal configure
- run: make
- run: make test

0 comments on commit 78f5030

Please sign in to comment.