Skip to content

Commit

Permalink
Switch to Julia 1.5 as the main version in CIs (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 9, 2020
1 parent 4b2a4a8 commit e015326
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.4
version: 1.5
- name: Install dependencies
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
- name: Run benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-xfail.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: ['1.4']
julia-version: ['^1']
fail-fast: false
name: Test xfail Julia ${{ matrix.julia-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-thread-benchmark.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.4
version: 1.5
- name: Install dependencies
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
- name: Run benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vanilla-test-push.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.4
version: ^1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vanilla-test.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
if: ${{ steps.check-project-toml.outputs.need_test == 'yes' }}
with:
version: 1.4
version: ^1
- uses: julia-actions/julia-buildpkg@latest
if: ${{ steps.check-project-toml.outputs.need_test == 'yes' }}
- uses: julia-actions/julia-runtest@latest
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,8 @@ language: julia
os:
- linux
julia:
- 1.5 # to be used in benchmarks as well
- 1.4
- 1.5
- nightly
env:
global:
Expand Down

0 comments on commit e015326

Please sign in to comment.