Skip to content

Commit

Permalink
Increase test coverage now that we dropped half of our configs (#3500)
Browse files Browse the repository at this point in the history
This adds 6 additional runs which seems reasonable
  • Loading branch information
miscco authored Jan 23, 2025
1 parent 0b5a5d8 commit 5a8e529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ workflows:
# Old CTK/compiler
- {jobs: ['build'], std: 'minmax', ctk: '12.0', cxx: ['gcc7', 'gcc9', 'clang14', 'msvc2019']}
# Current CTK build-only
- {jobs: ['build'], std: 17, cxx: ['gcc7', 'clang14']}
- {jobs: ['build'], std: 'max', cxx: ['gcc8', 'gcc9', 'gcc10', 'gcc11', 'gcc12']}
- {jobs: ['build'], std: 'max', cxx: ['clang14', 'clang15', 'clang16', 'clang17']}
- {jobs: ['build'], std: 'max', cxx: ['gcc7', 'gcc8', 'gcc9']}
- {jobs: ['build'], std: 'all', cxx: ['gcc10', 'gcc11', 'gcc12']}
- {jobs: ['build'], std: 'all', cxx: ['clang14', 'clang15', 'clang16', 'clang17']}
- {jobs: ['build'], std: 'max', cxx: ['msvc2019']}
- {jobs: ['build'], std: 'all', cxx: ['gcc', 'clang', 'msvc']}
# Current CTK testing:
Expand Down

0 comments on commit 5a8e529

Please sign in to comment.