Skip to content

Commit

Permalink
CI: Remove build tests for C99, C++11, C++14 (#3846)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wenzeslaus committed Jun 16, 2024
1 parent 4d00732 commit 896240a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 896240a

Please sign in to comment.