Skip to content

Commit

Permalink
Run CI on Julia 1.0, 1.6, v1, and nightly (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 14, 2021
1 parent 223e5c6 commit ce273bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand All @@ -26,6 +27,9 @@ jobs:
- version: '1'
os: ubuntu-latest
arch: x86
- version: '1'
os: windows-latest
arch: x86
- version: '1'
os: windows-latest
arch: x64
Expand Down

2 comments on commit ce273bc

@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/38776

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.3.1 -m "<description of version>" ce273bc5f09328d959928ca7c3e411236826ed4a
git push origin v1.3.1

Please sign in to comment.