From 719f087c373734a0e347e2d2ec219aa252fa967e Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Wed, 20 Mar 2024 12:03:37 +0100 Subject: [PATCH] wip --- .github/workflows/haskell-ci-new.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci-new.yml b/.github/workflows/haskell-ci-new.yml index a2312dbb..17959b11 100644 --- a/.github/workflows/haskell-ci-new.yml +++ b/.github/workflows/haskell-ci-new.yml @@ -21,7 +21,19 @@ jobs: 8.10.7, 9.0.1, 9.2.4, 9.6.1, 9.6.4 ] include: - os: ubuntu-18.04 - compiler: [ 7.0.4, 7.2.2, 7.4.1, 7.4.2, 7.6.3, 7.8.4, 7.10.3 ] + compiler: 7.0.4 + - os: ubuntu-18.04 + compiler: 7.2.2 + - os: ubuntu-18.04 + compiler: 7.4.1 + - os: ubuntu-18.04 + compiler: 7.4.2 + - os: ubuntu-18.04 + compiler: 7.6.3 + - os: ubuntu-18.04 + compiler: 7.8.4 + - os: ubuntu-18.04 + compiler: 7.10.3 steps: - name: Get Haskell