From f9566c755e02da44d42c4446597c8a9a9c925973 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 16 May 2024 20:37:20 -0500 Subject: [PATCH] Fix version number in build matrix --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c1afb0..db88d2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,10 +35,10 @@ jobs: strategy: matrix: include: - - ghc: 9.10 + - ghc: '9.10' platform: macos version: 13 - - ghc: 9.10 + - ghc: '9.10' platform: macos version: 14 - ghc: 9.6 @@ -47,10 +47,10 @@ jobs: - ghc: 9.8 platform: ubuntu version: 22.04 - - ghc: 9.10 + - ghc: '9.10' platform: ubuntu version: 22.04 - - ghc: 9.10 + - ghc: '9.10' platform: windows version: 2022 cabal: