Skip to content

Commit

Permalink
forget about nightly for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hunsa committed Oct 6, 2023
1 parent 137f3a0 commit b727c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
matrix:
- julia_version: 1.8
- julia_version: 1.9
- julia_version: nightly
#- julia_version: nightly

platform:
- x86 # 32-bit
Expand Down

2 comments on commit b727c89

@hunsa
Copy link
Collaborator Author

@hunsa hunsa commented on b727c89 Oct 7, 2023

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

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

Please sign in to comment.