Skip to content

Commit 01fa8dd

Browse files
Fix the github CIs not running issue
1 parent bcac95d commit 01fa8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
# The order is important to optimize fail-fast.
6060
name:
61-
- 8.10.7-Werror
61+
- 9.4.4-Werror
6262
- 9.2.7-docspec
6363
# - 8.10.7-coverage
6464

@@ -81,7 +81,7 @@ jobs:
8181
cabal_version: 3.8.1.0
8282
disable_sdist_build: "y"
8383
cabal_project: cabal.project.Werror
84-
ignore_error: true
84+
ignore_error: false
8585
- name: 9.4.4-fusion-inspection
8686
ghc_version: 9.4.4
8787
runner: ubuntu-latest

0 commit comments

Comments
 (0)