Skip to content

Commit

Permalink
Test also Julia LTS (#16)
Browse files Browse the repository at this point in the history
devmotion authored Apr 24, 2022
1 parent d226b95 commit 017efb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1'
- '1.0' # oldest supported Julia version
- '1.6' # Julia LTS
- '1' # stable Julia release
- 'nightly'
os:
- ubuntu-latest

0 comments on commit 017efb5

Please sign in to comment.