Skip to content

Commit

Permalink
Run CI on 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Apr 28, 2024
1 parent 3447cdd commit 0014d69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ steps:
setup:
julia:
- "1"
- "1.11"
test_group:
- "core_layers"
- "contrib"
Expand Down Expand Up @@ -82,6 +83,7 @@ steps:
setup:
julia:
- "1"
- "1.11"
repo:
- "Boltz"
- "NeuralPDE#GPU"
Expand Down Expand Up @@ -117,6 +119,7 @@ steps:
setup:
julia:
- "1"
- "1.11"
test_group:
- "core_layers"
- "contrib"
Expand Down Expand Up @@ -180,6 +183,7 @@ steps:
setup:
julia:
- "1"
- "1.11"
repo:
- "Boltz"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
version:
- "1"
- "~1.11.0-0"
test_group:
- "core_layers"
- "contrib"
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Flux = "0.14.11"
ForwardDiff = "0.10.36"
Functors = "0.4.4"
GPUArraysCore = "0.1.6"
JET = "0.8.29"
LinearAlgebra = "1.10"
Logging = "1.10"
LuxAMDGPU = "0.2.2"
Expand Down Expand Up @@ -117,6 +118,7 @@ ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LuxAMDGPU = "83120cb1-ca15-4f04-bf3b-6967d2e6b60b"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
Expand All @@ -135,4 +137,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Aqua", "ComponentArrays", "DynamicExpressions", "ExplicitImports", "FiniteDifferences", "Flux", "ForwardDiff", "Logging", "LuxAMDGPU", "LuxCUDA", "LuxTestUtils", "MLUtils", "MPI", "NCCL", "Optimisers", "Pkg", "ReTestItems", "ReverseDiff", "SimpleChains", "StableRNGs", "Test", "Tracker", "Zygote"]
test = ["Aqua", "ComponentArrays", "DynamicExpressions", "ExplicitImports", "FiniteDifferences", "Flux", "ForwardDiff", "JET", "Logging", "LuxAMDGPU", "LuxCUDA", "LuxTestUtils", "MLUtils", "MPI", "NCCL", "Optimisers", "Pkg", "ReTestItems", "ReverseDiff", "SimpleChains", "StableRNGs", "Test", "Tracker", "Zygote"]

0 comments on commit 0014d69

Please sign in to comment.