Skip to content

Commit 0fb0cc7

Browse files
committed
ci: add GHC9.10.2, drop GHC9.6.6
1 parent 5c9a650 commit 0fb0cc7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ci.dhall.frozen

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let haskellCi =
22
https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
3-
sha256:eff4d52e4243777fbe2c800778b24092ace8cd83165cf46b90d5c22e3ebfdd81
3+
sha256:1f1a5102e99ea92eb585b4d36aaeabb0bd93d39e62ba82f3080250fdc234e33a
44

55
let 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

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
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"

0 commit comments

Comments
 (0)