Skip to content

Commit

Permalink
add lts to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho authored Sep 14, 2023
1 parent cc4d504 commit ffc929f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
version:
- '1.0'
- '1.6'
- '1'
os:
- ubuntu-latest
Expand Down

2 comments on commit ffc929f

@Jutho
Copy link
Collaborator Author

@Jutho Jutho commented on ffc929f Sep 14, 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/91427

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

Please sign in to comment.