Skip to content

fix: update C++ version for tests

Starting with Gtest 1.13.0, Gtest requires C++14 or higher so the tests will fail:

/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported.
  270 | #error C++ versions less than C++14 are not supported

Merge request reports