From b3188d962e0c1d79e0631c90cd00b4ed9c062329 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Thu, 6 May 2021 07:35:37 -0600 Subject: [PATCH] add to test --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2265e9ec..c328b031 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,7 @@ jobs: - "--resolver lts-11" - "--stack-yaml stack-persistent-211.yaml" - "--stack-yaml stack-persistent-212.yaml" + - "--stack-yaml stack-persistent-213.yaml" # Bugs in GHC make it crash too often to be worth running exclude: - os: windows-latest