Skip to content

Update CI julia versions #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.3'
- '1.6'
# - '1.7'
# - '1.8'
# - '1.9'
- '1'
- '~1.10.0-0'
# - 'nightly'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we should test the stable Julia version (1.9 currently, 1 in CI), the latest LTS (1.6), and the oldest supported version ('1.0') to avoid accidentally breaking anything.

We could add nightly but I assume it would be quite noisy - nightly tends to break things quite often (in particular when relying on internals such as LinearAlgebra here) but most of these broken nightlies won't result in a broken stable release in my experience.

os:
- ubuntu-latest
arch:
Expand Down