approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
312 stars 51 forks source link

Remove CI builds for clang and gcc < v9 #176

Closed claremacrae closed 3 years ago

claremacrae commented 3 years ago

GitHub Actions are withdrawing support for clang and gcc versions less than 9.x - as per https://github.com/actions/virtual-environments/issues/2950

Roll-out of this has started - and it caused some of the builds in the Linux matrix to fail in this build of a change that only modified a documentation file: https://github.com/approvals/ApprovalTests.cpp/actions/runs/709298206

We've decided to stop building for those older gcc and clang, rather than cluttering up our builds by installing them...