Skip to content

Commit a5f32f1

Browse files
authored
Add a compat entry for CUDA.jl in test/Project.toml (#293)
1 parent 662df63 commit a5f32f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/Test-GPU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
JULIA_SMC_TEST_GROUP: 'GPU'
2525
strategy:
2626
matrix:
27-
julia-version: ['1.10', '1.11']
27+
julia-version: ['lts', '1']
2828
steps:
2929
- uses: actions/checkout@v6
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.julia-version }}
3333
arch: x64
3434
- uses: julia-actions/julia-downgrade-compat@v2
35-
if: ${{ matrix.version == '1.10' }}
35+
if: ${{ matrix.version == 'lts' }}
3636
with:
3737
skip: LinearAlgebra, Random, SparseArrays
3838
- uses: julia-actions/cache@v2

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2323
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
2424
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
2525
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
27+
[compat]
28+
CUDA = "=5.9.5"

0 commit comments

Comments
 (0)