Skip to content

Commit

Permalink
Bump catch2-3 to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jan 6, 2025
1 parent 903b3fd commit 806d384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/install-catch2-3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

VERSION="3.7.1"
VERSION="3.8.0"

CXX=$1
CXX_STANDARDS="$2"
Expand Down

0 comments on commit 806d384

Please sign in to comment.