From 0a710ab27147d4f7981fe4ca343b43136ee36919 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 23 Nov 2020 08:08:08 -0500 Subject: [PATCH] Test against 8.10 by default --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d87e8d9..cb91bb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,12 +16,12 @@ jobs: - ubuntu-18.04 - windows-2019 ghc: - - 8.8.4 + - 8.10.2 cabal: - 3.2.0.0 include: - os: ubuntu-18.04 - ghc: 8.10.2 + ghc: 8.8.4 cabal: 3.2.0.0 - os: ubuntu-18.04 ghc: 8.6.5