-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[catch2] Update to version 2.13.7 #19376
Conversation
|
I believe that was done by #19516 |
64daf76
to
19c1ee2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout c801072693edcd0704d187131d9078fcd089dbf2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json
index 1bda24d..5986f9e 100644
--- a/versions/c-/catch2.json
+++ b/versions/c-/catch2.json
@@ -5,6 +5,11 @@
"version-semver": "2.13.7",
"port-version": 0
},
+ {
+ "git-tree": "ef9387df5727b456d41890580ac51c03cae9bb25",
+ "version-semver": "2.13.6",
+ "port-version": 2
+ },
{
"git-tree": "bd73b1d5e8994fb0327c333cd77400577f05e31c",
"version-semver": "2.13.6",
Thanks for your help! |
Describe the pull request
What does your PR fix?
Updates Catch2 to 2.13.7. Also fixes [Catch2] update to 2.13.4 #16938
Which triplets are supported/not supported? Have you updated the CI baseline?
Just an update
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes