Skip to content

Commit afc229f

Browse files
committed
Change ghc version to the last supported one
1 parent d3aa01c commit afc229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-haskell@v1
2020
with:
21-
ghc-version: '9.4.7'
21+
ghc-version: '8.10.3'
2222
cabal-version: '2.4'
2323

2424
- name: Cache

0 commit comments

Comments
 (0)