Skip to content

Commit

Permalink
Lower Julia version requirement to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Sep 16, 2024
1 parent 821d351 commit 340ddbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
- 'pre'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
Artifacts = "1"
julia = "1.10"
julia = "1.6"

0 comments on commit 340ddbc

Please sign in to comment.