Skip to content

Commit

Permalink
Widen the checked compiler version ranges on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Aug 28, 2023
1 parent 813d5db commit d59198e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
fail-fast: false
matrix:
compiler:
- g++
- clang++
- g++-9
- g++-10
- g++-11
- g++-12
- clang++-12
- clang++-13
- clang++-14
cmake_args:
- ""
cxxstandard:
Expand Down

0 comments on commit d59198e

Please sign in to comment.