Skip to content

Commit cee5cd3

Browse files
committed
Try tests on Julia 1.12
1 parent b7c0207 commit cee5cd3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Test-GPU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
env:
2222
CUDA_VISIBLE_DEVICES: 1
2323
JULIA_DEPOT_PATH: /scratch/github-actions/julia_depot_alexis
24-
JULIA_SMC_TEST_GROUP: "GPU"
24+
JULIA_SMC_TEST_GROUP: 'GPU'
2525
strategy:
2626
matrix:
27-
julia-version: ['1.10', '1.11']
27+
julia-version: ['1.10', '1.11', '1.12']
2828
steps:
2929
- uses: actions/checkout@v5
3030
- uses: julia-actions/setup-julia@v2

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
julia-version: ['1.10', '1.11']
23+
julia-version: ['1.10', '1.11', '1.12']
2424

2525
steps:
2626
- uses: actions/checkout@v5

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ CliqueTrees = "1"
3131
Colors = "0.12.11, 0.13"
3232
DocStringExtensions = "0.8,0.9"
3333
JuMP = "1.29.1"
34-
LinearAlgebra = "<0.0.1, 1"
34+
LinearAlgebra = "1"
3535
MathOptInterface = "1.45.0"
3636
PrecompileTools = "1.2.1"
37-
Random = "<0.0.1, 1"
38-
SparseArrays = "<0.0.1, 1"
37+
Random = "1"
38+
SparseArrays = "1"
3939
julia = "1.10"

0 commit comments

Comments
 (0)