Skip to content

Commit

Permalink
update ci's julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Jan 9, 2024
1 parent 1a0a05e commit 17dbd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
os:
- ubuntu-latest
#- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ CategoricalArrays = "0.8, 0.9, 0.10"
Distances = "0.10"
JET = "0.8"
MLDataUtils = "0.5"
Polyester = "0.6, 0.7"
Polyester = "0.7"
SimilaritySearch = "0.11"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.6"
julia = "1.9, 1.10"

[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Expand Down

2 comments on commit 17dbd6d

@sadit
Copy link
Owner Author

@sadit sadit commented on 17dbd6d Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/98552

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.0 -m "<description of version>" 17dbd6d66fe6c3f4c758b60f803d667ad4f05f97
git push origin v0.9.0

Please sign in to comment.