Skip to content

Commit

Permalink
update julia version ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Oct 30, 2022
1 parent 6b3bc87 commit a4e0ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '^1.6.0-0'
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
Expand Down

2 comments on commit a4e0ab3

@daanhb
Copy link
Member Author

@daanhb daanhb commented on a4e0ab3 Oct 30, 2022

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

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

Please sign in to comment.