Skip to content

Commit 240e166

Browse files
committed
Fixup
1 parent 9044703 commit 240e166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
7777

7878
# we have to clean up warnings for 9.0 and 9.2 before enable -Wall
79-
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.7'
79+
- if: matrix.ghc != '9.0' && matrix.ghc != '9.2'
8080
name: Build with pedantic (-WError)
8181
run: cabal v2-build --flags="pedantic"
8282

0 commit comments

Comments
 (0)