From 1228fd1ff0215e3c3000048ba4d0a8191005b459 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 21 Apr 2018 08:49:56 -0400 Subject: [PATCH] Disable 8.0.2 CI job I just can't get the older LTS to solve after updating for yesod-1.6. I will not in the CHANGELOG that, from this point, it may work on that version, but we aren't explicitly testing it anymore. 8.4 is about to release, so it seems OK to start phasing out anyway, if we're following a reasonable "current and one back" policy. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 507ffec..9d86698 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ workflows: version: 2 builds: jobs: - - build_8.0.2 + # - build_8.0.2 - build_8.2.2 - build # - build_nightly # hoauth2