Skip to content

Commit

Permalink
Upgrade CI to Ubuntu 20.04 (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Mar 22, 2022
1 parent d58e88a commit 58ec835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 58ec835

Please sign in to comment.