Skip to content

Commit

Permalink
Limit compatibility to Julia ≥ 1.5
Browse files Browse the repository at this point in the history
This is due to the simplified keyword arguments syntax introduced in
Julia 1.5.
  • Loading branch information
emmt committed Mar 27, 2024
1 parent f486104 commit 323935e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.10'
- '1.5'
- '1'
- '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 @@ -9,7 +9,7 @@ TypeUtils = "c3b1956e-8857-4d84-9b79-890df85b1e67"
Unitless = "c904d999-9673-4878-a3dd-e3ef1851788a"

[compat]
julia = "1"
julia = "1.5"

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

0 comments on commit 323935e

Please sign in to comment.