Skip to content

Commit

Permalink
add 1.11 to CI (#491)
Browse files Browse the repository at this point in the history
* add 1.11 to CI

* fixup! add 1.11 to CI
  • Loading branch information
vchuravy authored Jul 8, 2024
1 parent 2053b1f commit 899eeb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ steps:
- "1.8"
- "1.9"
- "1.10"
- "1.11-nightly"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -36,6 +37,7 @@ steps:
- "1.8"
- "1.9"
- "1.10"
- "1.11-nightly"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -65,6 +67,7 @@ steps:
- "1.8"
- "1.9"
- "1.10"
- "1.11-nightly"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -94,6 +97,7 @@ steps:
- "1.8"
- "1.9"
- "1.10"
- "1.11-nightly"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down Expand Up @@ -149,6 +153,7 @@ steps:
setup:
version:
- "1.10"
- "1.11-nightly"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- '1.8'
- '1.9'
- '1.10'
- '~1.11.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -40,10 +41,11 @@ jobs:
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
show-versioninfo: true
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit 899eeb1

Please sign in to comment.