Skip to content

Commit

Permalink
Use Julia 1.3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 4, 2020
1 parent 2ec9dba commit 58a7a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Update */Manifest.toml
uses: tkf/julia-update-manifests@v1
with:
version: 1.2
version: '1.3'
projects: test docs
- name: Update test/environments/jl10/Manifest.toml
uses: tkf/julia-update-manifests@v1
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
script:
- julia -e 'using Run; Run.test(project="test/environments/jl10", inline=false)'
- stage: Documentation
julia: 1.2
julia: 1.3
install:
- julia -e 'using Run; Run.prepare_docs()'
script:
Expand Down

0 comments on commit 58a7a04

Please sign in to comment.