Skip to content

Commit

Permalink
BUILD: Don't run CI tests on Julia v1.2 or lower.
Browse files Browse the repository at this point in the history
The new jll packages don't work on these versions.
  • Loading branch information
epatters committed May 6, 2020
1 parent 6af7de1 commit a827297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.0', '1.3', '1.4']
julia-version: ['1.3', '1.4']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit a827297

Please sign in to comment.