2626 buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
2727 bazelrc_path : .bazelrc.auth
2828 - uses : ./.github/actions/set_tcp_keepalive_time
29- - uses : extractions/netrc@v1
29+ - uses : extractions/netrc@v2
3030 with :
3131 machine : api.github.com
3232 password : ${{ secrets.GITHUB_TOKEN }}
@@ -47,16 +47,16 @@ jobs:
4747 module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4848 bzlmod : [true, false]
4949 ghc :
50- - 9.2.8
5150 - 9.4.6
5251 - 9.6.2
52+ - 9.8.1
5353 exclude :
5454 - module : rules_haskell_nix
5555
5656 bzlmod : false
5757 # TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
5858 # and stack config per GHC version
59- - ghc : 9.2.8
59+ - ghc : 9.8.1
6060 bzlmod : true
6161 - ghc : 9.6.2
6262 bzlmod : true
8282 buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
8383 bazelrc_path : .bazelrc.auth
8484 - uses : ./.github/actions/set_tcp_keepalive_time
85- - uses : extractions/netrc@v1
85+ - uses : extractions/netrc@v2
8686 with :
8787 machine : api.github.com
8888 password : ${{ secrets.GITHUB_TOKEN }}
@@ -143,19 +143,21 @@ jobs:
143143 module : [rules_haskell, rules_haskell_tests]
144144 bzlmod : [true, false]
145145 ghc :
146- - 9.2.8
147146 - 9.4.6
148147 - 9.6.2
148+ - 9.8.1
149149 exclude :
150150 # TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
151151 # and stack config per GHC version
152- - ghc : 9.2.8
152+ - ghc : 9.8.1
153153 bzlmod : true
154154 - ghc : 9.6.2
155155 bzlmod : true
156156 # currently proto-lens-protoc fails with an access violation on Windows
157157 - ghc : 9.6.2
158158 os : windows-latest
159+ - ghc : 9.8.1
160+ os : windows-latest
159161 env :
160162 GHC_VERSION : ${{ matrix.ghc }}
161163 runs-on : ${{ matrix.os }}
@@ -175,7 +177,7 @@ jobs:
175177 buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
176178 bazelrc_path : .bazelrc.auth
177179 - uses : ./.github/actions/set_tcp_keepalive_time
178- - uses : extractions/netrc@v1
180+ - uses : extractions/netrc@v2
179181 with :
180182 machine : api.github.com
181183 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments