Skip to content

Commit

Permalink
Merge pull request #33 from serokell/gromak/ci-updates
Browse files Browse the repository at this point in the history
[Chore] Update CI
  • Loading branch information
gromakovsky authored Jul 9, 2024
2 parents b51ff1d + 6902102 commit a8eb95d
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 39 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#
# SPDX-License-Identifier: MPL-2.0
name: Nix flake check
on: push
on:
pull_request:
push:
branches: master

jobs:
validate:
Expand Down
148 changes: 111 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

hs-package-name = "with-utf8";

ghc-versions = [ "884" "8107" "902" "928" "948" "963" "981" ];
ghc-versions = [ "8107" "902" "928" "948" "963" "981" "9101" ];

# invoke haskell.nix for each ghc version listed in ghc-versions
pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions)
Expand Down

0 comments on commit a8eb95d

Please sign in to comment.