Skip to content

Commit

Permalink
Update Julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Oct 8, 2024
1 parent e4f9e84 commit 47f4794
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .buildkite/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ steps:
- "1.9"
- "1.10"
- "1.11"
- "pre"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -34,6 +35,7 @@ steps:
version:
- "1.10"
- "1.11"
- "pre"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -64,6 +66,7 @@ steps:
version:
- "1.10"
- "1.11"
- "pre"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
version:
- '1.9'
- '1.10'
- '~1.11.0-0'
- '1'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit 47f4794

Please sign in to comment.