File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ in haskellCi.generalCi
1414 )
1515 )
1616 haskellCi. DhallMatrix :: {
17- , ghc = [ haskellCi. GHC. GHC982 , haskellCi. GHC. GHC966 ]
17+ , ghc = [ haskellCi. GHC. GHC9102 , haskellCi. GHC. GHC984 ]
1818 , os = [ haskellCi. OS. Ubuntu , haskellCi. OS. MacOS ]
1919 }
2020 : haskellCi. CI. Type
Original file line number Diff line number Diff line change 11let haskellCi =
22 https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
3- sha256:eff4d52e4243777fbe2c800778b24092ace8cd83165cf46b90d5c22e3ebfdd81
3+ sha256:1f1a5102e99ea92eb585b4d36aaeabb0bd93d39e62ba82f3080250fdc234e33a
44
55let defSteps = haskellCi.defaultCabalSteps
66
@@ -15,7 +15,7 @@ in haskellCi.generalCi
1515 )
1616 )
1717 haskellCi.DhallMatrix::{
18- , ghc = [ haskellCi.GHC.GHC982 , haskellCi.GHC.GHC966 ]
18+ , ghc = [ haskellCi.GHC.GHC9102 , haskellCi.GHC.GHC984 ]
1919 , os = [ haskellCi.OS.Ubuntu, haskellCi.OS.MacOS ]
2020 }
2121 : haskellCi.CI.Type
Original file line number Diff line number Diff line change 44 name : " GHC ${{ matrix.ghc }}, Cabal ${{ matrix.cabal }}, OS ${{ matrix.os }}"
55 " runs-on " : " ${{ matrix.os }}"
66 steps :
7- - uses : " cachix/install-nix-action@v27 "
7+ - uses : " cachix/install-nix-action@v31 "
88 with :
99 nix_path : " nixpkgs=channel:nixos-unstable"
1010 - uses : " cachix/cachix-action@v15"
@@ -45,10 +45,10 @@ jobs:
4545 strategy :
4646 matrix :
4747 cabal :
48- - ' 3.12 '
48+ - ' 3.16 '
4949 ghc :
50- - ' 9.8 .2'
51- - ' 9.6.6 '
50+ - ' 9.10 .2'
51+ - ' 9.8.4 '
5252 os :
5353 - " ubuntu-latest"
5454 - " macos-latest"
You can’t perform that action at this time.
0 commit comments