Skip to content

Commit

Permalink
Up julia version in use
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed May 3, 2023
1 parent 9bf4fcd commit a4b4394
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.6"
- "1.7"
- "nightly"
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 @@ -24,7 +24,7 @@ PlantMeteo = "0.6"
PlantSimEngine = "0.7"
RecipesBase = "1"
YAML = "0.4"
julia = "1.6"
julia = "1.7"

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

2 comments on commit a4b4394

@VEZY
Copy link
Owner Author

@VEZY VEZY commented on a4b4394 May 3, 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/82781

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.10.0 -m "<description of version>" a4b43945442257d5675c9dd37582f0a676548f57
git push origin v0.10.0

Please sign in to comment.