From 160e82f7b2f84d384c1cb89b6504e370a0f2743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Sun, 30 Jun 2024 08:33:22 +0200 Subject: [PATCH] Bump catch2 to 3.6.0 --- README.md | 2 +- common/install-catch2-3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cc055b..f5d3ad4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ All images contain: * valgrind * kcov-v42 for compilers supporting C++17, kcov-v41 otherwise * catch2-2.13.10 -* catch2-3.5.2 +* catch2-3.6.0 * fmt-8.1.1 * fmt-9.1.0 * fmt-10.2.1 diff --git a/common/install-catch2-3.sh b/common/install-catch2-3.sh index 2e855c2..5c55df2 100755 --- a/common/install-catch2-3.sh +++ b/common/install-catch2-3.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eou pipefail -VERSION="3.5.2" +VERSION="3.6.0" CXX=$1 CXX_STANDARDS="$2"