Skip to content

Commit

Permalink
Upgrade to Julia 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Mar 6, 2021
1 parent f6c1032 commit 7a136bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.2'
- '1.5'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ FlatBuffers = "53afe959-3a16-52fa-a8da-cf864710bae9"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
julia = "1"
julia = "1.2"
FlatBuffers = "0.5"
Tables = "1.2"

2 comments on commit 7a136bc

@evetion
Copy link
Owner Author

@evetion evetion commented on 7a136bc Mar 6, 2021

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

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.1 -m "<description of version>" 7a136bc3288ac45466b7e27d984df858f3baf332
git push origin v0.1.1

Please sign in to comment.