Skip to content

Commit 9881e49

Browse files
committed
tests and docs use julia 1.7
1 parent f0364a7 commit 9881e49

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ steps:
88
- JuliaCI/julia#v1:
99
version: 1.6
1010
- JuliaCI/julia-test#v1: ~
11+
agents:
12+
queue: "juliagpu"
13+
cuda: "*"
14+
if: build.message !~ /\[skip tests\]/
15+
timeout_in_minutes: 60
16+
17+
- label: "🐫 Julia 1.7"
18+
plugins:
19+
- JuliaCI/julia#v1:
20+
version: 1.7
21+
- JuliaCI/julia-test#v1: ~
1122
- JuliaCI/julia-coverage#v1:
1223
codecov: true
1324
agents:

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: 1.6
17+
version: 1.7
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: julia-actions/setup-julia@latest
1212
with:
13-
version: 1.6
13+
version: 1.7
1414
- name: Pkg.add("CompatHelper")
1515
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1616
- name: CompatHelper.main()

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.6
4+
- julia_version: 1.7
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)