Skip to content

Commit

Permalink
Remove redundant CI runs for Julia 1.9 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock authored May 11, 2023
1 parent 3ab02d8 commit 3798720
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 @@ -17,7 +17,6 @@ jobs:
julia-version:
- "1.0"
- "1"
- '~1.9.0-0'
- "nightly"
os:
- ubuntu-latest
Expand Down

2 comments on commit 3798720

@sostock
Copy link
Collaborator 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/83370

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.14.0 -m "<description of version>" 3798720d77e09a8c0c994db1e142848545a27ba3
git push origin v1.14.0

Please sign in to comment.