From e29e099d1f78694d77200435e9332db7e4cf64fa Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 16 Jan 2022 01:14:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml: require Juggler v5.0.0 for acts@15.1.0: support --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bec0f73a..d5fe9f056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch - JUGGLER_VERSION: "v4.3.0" + JUGGLER_VERSION: "v5.0.0" NPDET_VERSION: "v1.2.0" EICD_VERSION: "v1.1.0" AFTERBURNER_VERSION: "v0.1.2" -- GitLab