Skip to content

Commit

Permalink
1.5+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 28, 2021
1 parent 5d140dc commit bb2f1a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.4'
- '1.5'
- '1' # automatically expands to the latest stable 1.x release of Julia.
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ UCX_jll = "16e4e860-d6b8-5056-a518-93e88b6392ae"
[compat]
CEnum = "0.4"
UCX_jll = "1.7"
julia = "1.3"
julia = "1.5"

2 comments on commit bb2f1a6

@vchuravy
Copy link
Member Author

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/28878

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.1.0 -m "<description of version>" bb2f1a6cf24b058dae2075eb17f0628eca7731ef
git push origin v0.1.0

Please sign in to comment.