From 806d3847b59fdd1a5fd997900ca2f66083a49100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Mon, 6 Jan 2025 10:09:46 +0100 Subject: [PATCH] Bump catch2-3 to 3.8.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 df5a251..a0a1cae 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.7.1 +* catch2-3.8.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 5c71f3c..00d0831 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.7.1" +VERSION="3.8.0" CXX=$1 CXX_STANDARDS="$2"