From ba62ca1425080c8e4d1b0edd72dfa3d3e916d915 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Wed, 20 Mar 2024 11:55:44 +0100 Subject: [PATCH] wip --- .github/workflows/haskell-ci-new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci-new.yml b/.github/workflows/haskell-ci-new.yml index aa40f48f..a2312dbb 100644 --- a/.github/workflows/haskell-ci-new.yml +++ b/.github/workflows/haskell-ci-new.yml @@ -13,15 +13,15 @@ jobs: runs-on: ${{ matrix.os }} strategy: fail-fast: false - matrix: - 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 ] matrix: os: [ ubuntu-20.04 ] compiler: [ 8.0.2, 8.4.1, 8.4.2, 8.4.3, 8.4.4, 8.6.1, 8.6.2, 8.6.3, 8.6.4, 8.6.5, 8.8.1, 8.8.2, 8.8.3, 8.8.4, 8.10.1, 8.10.2, 8.10.4, 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 ] steps: - name: Get Haskell