Skip to content

Commit

Permalink
Merge pull request #72 from FourierFlows/joey-CI-on-julia1.10
Browse files Browse the repository at this point in the history
Move CI to julia v1.10
  • Loading branch information
navidcy authored Jan 26, 2024
2 parents d006a79 + 3b350a1 commit 73a2c62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- label: "🏄🏽 Julia 1.6"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: '1.6'
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
Expand All @@ -19,7 +19,7 @@ steps:
- label: "🏄🏻‍♂️ Julia 1.9"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: '1.10'
- JuliaCI/julia-test#v1: ~
agents:
queue: "juliagpu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.6
version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.6
- julia_version: 1.9
- julia_version: 1.10

platform:
# - x86 # 32-bit
Expand Down

0 comments on commit 73a2c62

Please sign in to comment.