Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Catch2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: Catch2
version: "3.11.0"
version: "3.12.0"
epoch: 0
description: "A modern, C++-native, test framework"
copyright:
Expand All @@ -17,7 +17,7 @@ pipeline:
with:
repository: https://github.com/catchorg/Catch2
tag: v${{package.version}}
expected-commit: b3fb4b9feafcd8d91c5cb510a4775143fdbef02f
expected-commit: 88abf9bf325c798c33f54f6b9220ef885b267f4f

- uses: cmake/configure

Expand Down
Loading