Skip to content

Commit 4b18ece

Browse files
committed
CI stack: drop GHC 8.2-8.8 on ubuntu-22.04 due to HsOpenSSL linking errors
1 parent b30d0fe commit 4b18ece

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/stack.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.4.3, 9.2.5, 9.0.2, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2]
17+
ghc-ver: [9.4.3, 9.2.5, 9.0.2, 8.10.7]
18+
# On ubuntu-22.04 the old versions 8.8.4, 8.6.5, 8.4.4, 8.2.2 fail due to HsOpenSSL linking errors.
19+
# They used to work under ubuntu-20.04, but it is not work the trouble maintaining them.
20+
# Apparently, HsOpenSSL-0.11.6 and older are too old for ubuntu-22.04.
1821
include:
1922
- os: macos-latest
2023
ghc-ver: 9.4.3

0 commit comments

Comments
 (0)