Skip to content

Commit 0d063f3

Browse files
committed
fixup! fixup! fixup! Regen bootstraps
1 parent 33d7f65 commit 0d063f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bootstrap.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
ghc: ["8.10.7", "9.0.2", "9.2.6", "9.4.4"]
22+
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.5"]
2323
include:
2424
- os: macos-latest
25-
ghc: "9.2.6"
25+
ghc: "9.2.8"
2626
name: Bootstrap ${{ matrix.os }} ghc-${{ matrix.ghc }}
2727
runs-on: ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)