serokell / haskell-with-utf8

Get your IO right on the first try
https://serokell.io/blog/haskell-with-utf8
52 stars 3 forks source link

[Chore] Update CI #33

Closed gromakovsky closed 1 week ago

gromakovsky commented 1 week ago

Problem: we've recently supported ghc-9.10.1, but it's not tested by CI. Also we're still testing ghc-8.8.4, which is rather old and causes some troubles when updating Nix dependencies.

Solution: add 9.10.1 to tested GHC versions, remove 8.8.4.

Problem2: CI is triggered only on push, so it won't work in case of PRs from forks. Solution: trigger it on PRs as well.