Skip to content

Commit

Permalink
ci: run on 1.10 and 1 (#64)
Browse files Browse the repository at this point in the history
* ci: run on `1.10` and `1`

* ci: run on `1.10` and `1`

* ci: run on `1.10` and `1`
  • Loading branch information
avik-pal authored Oct 8, 2024
1 parent 577d94c commit 0329fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .buildkite/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

- group: ":julia: AMD GPU"
Expand Down Expand Up @@ -51,6 +52,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
version:
- "min"
- "1"
os:
- ubuntu-latest
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1"
- "1.10"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 0329fce

Please sign in to comment.