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 11, 2024
1 parent fc591bd commit 483a721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
setup:
julia:
- "1"
- "1.11"

- group: ":telescope: Downstream CUDA"
steps:
Expand Down Expand Up @@ -73,6 +74,7 @@ steps:
setup:
julia:
- "1"
- "1.11"
repo:
- "Boltz"
- "NeuralPDE#GPU"
Expand Down Expand Up @@ -107,6 +109,7 @@ steps:
setup:
julia:
- "1"
- "1.11"

- group: ":telescope: Downstream AMD GPU"
steps:
Expand Down Expand Up @@ -162,6 +165,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"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 483a721

Please sign in to comment.