26
26
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
27
27
bazelrc_path : .bazelrc.auth
28
28
- uses : ./.github/actions/set_tcp_keepalive_time
29
- - uses : extractions/netrc@v1
29
+ - uses : extractions/netrc@v2
30
30
with :
31
31
machine : api.github.com
32
32
password : ${{ secrets.GITHUB_TOKEN }}
@@ -47,16 +47,16 @@ jobs:
47
47
module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
48
48
bzlmod : [true, false]
49
49
ghc :
50
- - 9.2.8
51
50
- 9.4.6
52
51
- 9.6.2
52
+ - 9.8.1
53
53
exclude :
54
54
- module : rules_haskell_nix
55
55
56
56
bzlmod : false
57
57
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
58
58
# and stack config per GHC version
59
- - ghc : 9.2.8
59
+ - ghc : 9.8.1
60
60
bzlmod : true
61
61
- ghc : 9.6.2
62
62
bzlmod : true
82
82
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
83
83
bazelrc_path : .bazelrc.auth
84
84
- uses : ./.github/actions/set_tcp_keepalive_time
85
- - uses : extractions/netrc@v1
85
+ - uses : extractions/netrc@v2
86
86
with :
87
87
machine : api.github.com
88
88
password : ${{ secrets.GITHUB_TOKEN }}
@@ -143,19 +143,21 @@ jobs:
143
143
module : [rules_haskell, rules_haskell_tests]
144
144
bzlmod : [true, false]
145
145
ghc :
146
- - 9.2.8
147
146
- 9.4.6
148
147
- 9.6.2
148
+ - 9.8.1
149
149
exclude :
150
150
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
151
151
# and stack config per GHC version
152
- - ghc : 9.2.8
152
+ - ghc : 9.8.1
153
153
bzlmod : true
154
154
- ghc : 9.6.2
155
155
bzlmod : true
156
156
# currently proto-lens-protoc fails with an access violation on Windows
157
157
- ghc : 9.6.2
158
158
os : windows-latest
159
+ - ghc : 9.8.1
160
+ os : windows-latest
159
161
env :
160
162
GHC_VERSION : ${{ matrix.ghc }}
161
163
runs-on : ${{ matrix.os }}
@@ -175,7 +177,7 @@ jobs:
175
177
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
176
178
bazelrc_path : .bazelrc.auth
177
179
- uses : ./.github/actions/set_tcp_keepalive_time
178
- - uses : extractions/netrc@v1
180
+ - uses : extractions/netrc@v2
179
181
with :
180
182
machine : api.github.com
181
183
password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments