From 896240a8560f3f103e019e9c972f77f1015a6517 Mon Sep 17 00:00:00 2001 From: Vaclav Petras Date: Sun, 16 Jun 2024 10:19:32 -0400 Subject: [PATCH] CI: Remove build tests for C99, C++11, C++14 (#3846) Remove tests for old C and C++ standards, aligning with the spirit of _RFC 7: Language Standards Support_. Using (GNU) C17 and C++17, aligning with GDAL RFC 98 which introduces C++ >= 17 for v3.9. --- .github/workflows/gcc.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 0479da38714..e3e23f43c04 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -21,12 +21,6 @@ jobs: strategy: matrix: include: - - c: gnu99 - cpp: c++11 - - c: gnu11 - cpp: c++11 - - c: gnu11 - cpp: c++14 - c: gnu17 cpp: c++17 fail-fast: false