Skip to content

Commit

Permalink
Add compat and tests for Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Dec 16, 2023
1 parent c030ce8 commit 562db60
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 @@ -19,6 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
[compat]
PrecompileTools = "1"
SimpleUnPack = "1"
julia = "1.9"
julia = "1.6"

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

0 comments on commit 562db60

Please sign in to comment.