Skip to content

Commit

Permalink
support julia 1.3 and later due to tectonic
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Sep 7, 2021
1 parent 5e33450 commit d310503
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.0" # LTS
- "1.3" # earliest version supported
- "1" # Latest Release
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 @@ -14,7 +14,7 @@ LaTeXStrings = "1.1"
Poppler_jll = "0.87"
Requires = "1.1"
Tectonic = "0.6"
julia = "1"
julia = "1.3"

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

2 comments on commit d310503

@mykelk
Copy link
Member Author

@mykelk mykelk commented on d310503 Sep 7, 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/44343

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 v3.4.0 -m "<description of version>" d3105033f385c09f5888aca84de19af4759c3e64
git push origin v3.4.0

Please sign in to comment.