CI: clang-format 7 is no longer supported

This commit is contained in:
Adriaan de Groot 2021-05-15 06:24:32 +02:00
parent ce5b5c6734
commit ea8f5afc3c

View File

@ -22,7 +22,7 @@ export LANG LC_ALL LC_NUMERIC
AS=$( which astyle )
CF_VERSIONS="clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format90 clang-format-9.0.1 clang-format"
CF_VERSIONS="clang-format-8 clang-format80 clang-format90 clang-format-9.0.1 clang-format"
for _cf in $CF_VERSIONS
do
# Not an error if this particular clang-format isn't found