Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel authored Jul 28, 2021
1 parent e819bb0 commit 99d1f74
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,10 @@ jobs:
matrix:

include:
- version: '1'
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1.2'
os: ubuntu-latest
arch: x64
- version: '1.3'
os: ubuntu-latest
arch: x64
- version: '1.4'
os: ubuntu-latest
arch: x64
- version: '1.5'
os: ubuntu-latest
arch: x64
- version: '1'
- version: '1.6'
os: windows-latest
arch: x64
steps:
Expand Down

2 comments on commit 99d1f74

@mewilhel
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 register()

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

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 v0.5.1 -m "<description of version>" 99d1f74e7582cff3c68f1b9103ed243781875f8c
git push origin v0.5.1

Please sign in to comment.