Skip to content

Commit

Permalink
reactivate Tests on 1.0 properly and add Tests on 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Aug 4, 2020
1 parent b49d40d commit f8d3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.0, 1.4]
julia-version: ["1.0", "1.4", "1.5"]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f8d3046

Please sign in to comment.