aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate Moonlight <hecate+github@glitchbra.in>2021-10-07 23:25:39 +0200
committerHécate Moonlight <hecate+github@glitchbra.in>2021-10-07 23:26:03 +0200
commitf76f3e91d1e62f4df3a2735b8dd2b7ddfacb6e8f (patch)
tree37f46d213920fcb171a3e6c9cb77c94ce8d27bc2
parent5bd9262466a0e71da4e84654a1906b76996e3692 (diff)
Update GHC 9.2 to latest pre-release in CI
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4baa2fc5..83677352 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest]
cabal: ["3.4"]
ghc:
- - "9.2.0.20210422"
+ - "9.2.0.20210821"
steps:
- uses: actions/checkout@v2