Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored May 10, 2023
1 parent d095c76 commit 220576c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.5" # minimum version
- "1.6" # minimum version
- "1" # Latest Release
os:
- ubuntu-latest
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
name: codecov-umbrella

2 comments on commit 220576c

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 220576c May 10, 2023

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/83248

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.1.2 -m "<description of version>" 220576cce09d3e0d582f2446aca5926bf77f314a
git push origin v0.1.2

Please sign in to comment.