Skip to content

Commit

Permalink
adjust for auto registration (#159)
Browse files Browse the repository at this point in the history
* adjust for auto registration

* no test on windows; line end issue
  • Loading branch information
jverzani committed Oct 31, 2023
1 parent d89845f commit 50b4f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # lowest supported version
- '1.0' # lowest supports, possible errors
- '1.6' # lowest supported version; no errors
- '1' # last released version
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Tables = "1"
Printf = "1.6"
julia = "1.6"
julia = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 50b4f76

@jverzani
Copy link
Owner 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/94514

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.18 -m "<description of version>" 50b4f76cd56d749dd50ade3373c65d77fbb2a531
git push origin v1.0.18

Please sign in to comment.