Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Jun 15, 2023
1 parent e38231d commit 51b643a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
environment:
matrix:
- julia_version: 1.5
- julia_version: 1.6
- julia_version: 1.7
- julia_version: 1.8
matrix:
- julia_version: 1.6
- julia_version: 1.9
- julia_version: nightly

Expand Down

2 comments on commit 51b643a

@Balinus
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
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/85691

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.24.0 -m "<description of version>" 51b643a90afb94c4132678de9cc0e42592acf76a
git push origin v0.24.0

Please sign in to comment.