Skip to content

Commit

Permalink
Do not test on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Aug 30, 2023
1 parent 690980d commit 5d2fe7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
version:
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down

2 comments on commit 5d2fe7d

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 5d2fe7d Aug 30, 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/90476

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 v1.1.0 -m "<description of version>" 5d2fe7d9d70e1badb57dd74aced22355beb423ee
git push origin v1.1.0

Please sign in to comment.