Skip to content

Commit

Permalink
Merge pull request #229 from epatters/julia-1.5
Browse files Browse the repository at this point in the history
CI test on Julia v1.5
  • Loading branch information
epatters authored Aug 3, 2020
2 parents da1a5b7 + bbf33be commit dbfd0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia_version: ['1.0', '1.3', '1.4']
julia_version: ['1.0', '1.4', '1.5']
os: [ubuntu-latest]

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: "Run tests"
uses: julia-actions/julia-runtest@master
if: matrix.julia_version != '1.0'
- name: "Run tests"
- name: "Run tests (Julia v1.0)"
run: |
julia -e 'using Pkg; Pkg.activate("test"); Pkg.develop(PackageSpec(path="."))'
julia --color=yes --check-bounds=yes --project=test test/runtests.jl
Expand Down

0 comments on commit dbfd0d8

Please sign in to comment.