Skip to content

Commit

Permalink
CI: test on fewer Julia versions (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jul 16, 2022
1 parent 64e8508 commit bc2f5ee
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 @@ -26,7 +26,6 @@ jobs:
version:
- '1.6'
- '1'
- '^1.7.0-0'
- 'nightly'
os:
- ubuntu-latest
Expand Down

2 comments on commit bc2f5ee

@DilumAluthge
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/64365

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 v5.0.1 -m "<description of version>" bc2f5ee45cbdf4104271a2b0ba7b63382fd49d2d
git push origin v5.0.1

Please sign in to comment.