Remove coverage for 11.8.

We're going to be dropping these devcontainers soon in CCCL, and they're causing issues with our pre-commit hooks.
This commit is contained in:
Allison Piper
2025-04-14 16:03:49 +00:00
parent 87dd03254f
commit b89c36a5c2
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ features:
# Supported Compilers and Tools
- CMake > 3.30.4
- CUDA Toolkit + nvcc: 11.8 and above
- CUDA Toolkit + nvcc: 12.0 and above
- g++: 7 -> 14
- clang++: 14 -> 19
- Headers are tested with C++17 -> C++20.

View File

@@ -38,7 +38,6 @@ llvm19: &llvm19 { name: 'llvm', version: '19', exe: 'clang++' }
# Configurations that will run for every PR
pull_request:
nvcc:
- {cuda: *cuda_prev_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc11 }
- {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc7 }
- {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc8 }
- {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc9 }