Skip to content

Commit

Permalink
add actual Julia lower bound to Project and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Apr 5, 2024
1 parent c913998 commit 9f2860a
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 @@ -12,6 +12,7 @@ jobs:
version:
- '1'
- 'nightly'
- '1.3'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ColorVectorSpace = "0.8, 0.9, 0.10"
Colors = "0.11, 0.12"
FreeType = "4"
GeometryBasics = "0.4.1"
julia = "1"
julia = "1.3"

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

0 comments on commit 9f2860a

Please sign in to comment.