Skip to content

Commit

Permalink
add Julia 1.5 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Aug 19, 2020
1 parent 5eb51b1 commit 3e60c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
version:
# - '1.0'
- '1.4'
- '1.5'
- 'nightly'
os:
- ubuntu-latest
Expand Down

2 comments on commit 3e60c78

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 3e60c78 Aug 19, 2020

Choose a reason for hiding this comment

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

@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/19772

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.4.0 -m "<description of version>" 3e60c78861cd2f52a675aaadc34988cd3278a32f
git push origin v0.4.0

Please sign in to comment.