Skip to content

Commit

Permalink
removes test on nightly but test on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Nov 4, 2023
1 parent 82b9037 commit a4e0683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
version:
- '1.8'
- 'nightly'
- '1.9'
os:
- ubuntu-latest
- windows-latest
Expand Down

2 comments on commit a4e0683

@sadit
Copy link
Owner Author

@sadit sadit commented on a4e0683 Nov 4, 2023

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

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

Please sign in to comment.