From 83111c8f5bf6d4627db904f708fb8e5c9516111d Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Mon, 21 Mar 2022 18:32:50 -0400 Subject: [PATCH] Upgrade CI to Ubuntu 20.04 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ecfdd5ed1a..f1e15e495b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ commands: jobs: phpunit: machine: - image: circleci/classic:latest + image: ubuntu-2004:current parameters: upgrade: description: "If true, will install the latest stable version and test upgrade" @@ -114,7 +114,7 @@ jobs: dktl dkan:test-phpunit-coverage $CC_TEST_REPORTER_ID cypress: machine: - image: circleci/classic:latest + image: ubuntu-2004:current parameters: upgrade: description: "If true, will install the latest stable version and test upgrade"