Skip to content

Commit

Permalink
Add GCC 13 and Clang 16 CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Aug 31, 2023
1 parent 46519a6 commit 7089da4
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 @@ -8,12 +8,14 @@ jobs:
strategy:
matrix:
build_config:
- { compiler: gcc, version: 13 }
- { compiler: gcc, version: 12 }
- { compiler: gcc, version: 11 }
- { compiler: gcc, version: 10 }
- { compiler: gcc, version: 9 }
- { compiler: gcc, version: 8 }
- { compiler: gcc, version: 7 }
- { compiler: clang, version: 16 }
- { compiler: clang, version: 15 }
- { compiler: clang, version: 14 }
- { compiler: clang, version: 13 }
Expand Down

0 comments on commit 7089da4

Please sign in to comment.