We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7086073 commit 94c70b5Copy full SHA for 94c70b5
.github/workflows/ci.yml
@@ -68,11 +68,11 @@ jobs:
68
matrix:
69
ghc:
70
- version: 9.4.8
71
- hls: 2.7.0.0
72
- - version: 9.8.2
73
+ hls: 2.9.0.1
+ - version: 9.8.4
74
- version: 9.10.1
75
- hls:
76
name: "Build/Test: GHC Ubuntu"
77
uses: ./.github/workflows/build-and-test-ubuntu.yml
78
with:
@@ -86,11 +86,11 @@ jobs:
86
87
88
89
90
91
92
93
94
name: "Build/Test: GHC macOS"
95
uses: ./.github/workflows/build-and-test-macos.yml
96
0 commit comments