Skip to content

Commit 466e080

Browse files
authored
Update ci to test Julia 1.3 instead of 1.0
1 parent b22b2ae commit 466e080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.0'
18+
- '1.3'
1919
- '1' # automatically expands to the latest stable 1.x release of Julia
2020
- 'nightly'
2121
os:
@@ -64,4 +64,4 @@ jobs:
6464
- run: julia --project=docs docs/make.jl
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
67+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)