Skip to content

Commit 95b378d

Browse files
committed
[sc-129896] move to hls supported ghc versions
So I'm assuming the bindists we get from ghcup will work within our docker containers and avoid the hls issues after reading @tfausak's comment: #16 (comment)
1 parent 7bd251a commit 95b378d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
include:
99
- { arch: amd64, ghc: 9.0.2, hls: 1.8.0.0 }
1010
- { arch: arm64, ghc: 9.0.2, hls: 1.8.0.0 }
11-
- { arch: amd64, ghc: 9.2.5, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
12-
- { arch: arm64, ghc: 9.2.5, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
13-
- { arch: amd64, ghc: 9.4.3, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
14-
- { arch: arm64, ghc: 9.4.3, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
11+
- { arch: amd64, ghc: 9.2.4, hls: 1.8.0.0 }
12+
- { arch: arm64, ghc: 9.2.4, hls: 1.8.0.0 }
13+
- { arch: amd64, ghc: 9.4.2, hls: 1.8.0.0 }
14+
- { arch: arm64, ghc: 9.4.2, hls: 1.8.0.0 }
1515
runs-on: ubuntu-latest
1616
steps:
1717

@@ -36,8 +36,8 @@ jobs:
3636
matrix:
3737
ghc:
3838
- 9.0.2
39-
- 9.2.5
40-
- 9.4.3
39+
- 9.2.4
40+
- 9.4.2
4141
runs-on: ubuntu-latest
4242
steps:
4343

0 commit comments

Comments
 (0)