Skip to content

Commit

Permalink
Merge pull request #165 from offa/clang13_14
Browse files Browse the repository at this point in the history
Clang 13 and 14 CI builds
  • Loading branch information
offa committed Aug 26, 2022
2 parents 91b35eb + bd17986 commit 100dbeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- { cc: gcc, cxx: g++, version: 9 }
- { cc: gcc, cxx: g++, version: 8 }
- { cc: gcc, cxx: g++, version: 7 }
- { cc: clang, cxx: clang++, version: 14 }
- { cc: clang, cxx: clang++, version: 13 }
- { cc: clang, cxx: clang++, version: 12 }
- { cc: clang, cxx: clang++, version: 11 }
- { cc: clang, cxx: clang++, version: 10 }
Expand Down

0 comments on commit 100dbeb

Please sign in to comment.