Skip to content

Commit

Permalink
Update CI now that 1.6 has been released (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Mar 25, 2021
1 parent 68bce3f commit 9e1bf37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
fail-fast: false
matrix:
version:
- '^1.6.0-0' # delete this line once Julia 1.6 is released
# - '1.6' # uncomment this line once Julia 1.6 is released
# - '1' # uncomment this line once Julia 1.6 is released
- '1.6'
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -59,8 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '^1.6.0-0' # delete this line once Julia 1.6 is released
# version: '1' # uncomment this line once Julia 1.6 is released
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Expand Down

2 comments on commit 9e1bf37

@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 updated: JuliaRegistries/General/32839

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.0.0 -m "<description of version>" 9e1bf37f88cd5180599676fa8a21f876ea4726b6
git push origin v1.0.0

Please # to comment.