Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 13 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ jobs:
fail-fast: false
matrix:
version:
- '1.1' # oldest Julia supported by this package
- '1.6' # current LTS
- '1' # automatically expands to the latest stable 1.x release of Julia
- '1.0' # oldest Julia supported by this package
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1.6'
- '1.6' # old LTS
- '1.7'
- '1.8'
- '1.9'
- '1.10' # current LTS
- '1.11'
- '1.12' # current stable
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
julia = "1.1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
Loading