Skip to content

Commit d8f9ac5

Browse files
GitHub CI: Use correct 8.10 version
The full tests that are run on the `1.6` branch accidentally refer to a non-existing docker image for 8.10: PR #2201 introduces 8.10.7 as the version for the docker image, but omitted the GHC version bump for the `build_and_test` target.
1 parent fbd1d32 commit d8f9ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
ghc: 8.8.4
106106
multiple_hidden: yes
107107

108-
- name: GHC 8.10.2, Multiple Hidden
109-
ghc: 8.10.2
108+
- name: GHC 8.10.7, Multiple Hidden
109+
ghc: 8.10.7
110110
multiple_hidden: yes
111111

112112
- name: GHC 9.0.2, Multiple Hidden

0 commit comments

Comments
 (0)