From 0b1d4b6ca1852c3491be2d17422436490746a57b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 17 Sep 2021 14:46:53 -0400 Subject: [PATCH] Run CircleCI jobs for Tahoe 1.14 and 1.16 --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cb017e..f99f580 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,6 +135,10 @@ jobs: ZKAPAUTHORIZER_HYPOTHESIS_PROFILE: "ci" linux-tests: &LINUX_TESTS + parameters: + tahoe-version: + type: "string" + docker: # Run in a highly Nix-capable environment. - image: "nixos/nix:latest" @@ -178,6 +182,7 @@ jobs: nix-build \ --argstr hypothesisProfile ci \ --arg collectCoverage true \ + --arg tahoe-lafs << parameters.tahoe-version >> \ --attr doc - run: @@ -220,3 +225,7 @@ workflows: # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions - "12.3.0" - "11.7.0" + + tahoe-version: + - "1.14.0" + - "1.16.0-rc0" -- GitLab