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 9509d50 commit 7f7715f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@ name: CompatHelper
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- actions/trigger/CompatHelper

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.2.0]
julia-arch: [x86]
os: [ubuntu-latest]
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Install dependencies
run: julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name = "CompatHelper", url = "https://github.com/bcbi/CompatHelper.jl.git"))'
- name: CompatHelper.main
version: 1.3
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JULIA_DEBUG: CompatHelper
run: >-
julia -e '
using CompatHelper;
Expand Down
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

0 comments on commit 7f7715f

Please sign in to comment.