Skip to content

Commit

Permalink
Merge pull request #502 from fonsp/patch-1
Browse files Browse the repository at this point in the history
Set minimum Julia version to 1.6
  • Loading branch information
pfitzseb authored Nov 9, 2022
2 parents f6af5ad + 5ca2887 commit de3ec85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Observables = "0.5"
Requires = "0.4.4, 0.5, 1.0.0"
WebSockets = "1.5.0"
Widgets = "0.6.2"
julia = "0.7, 1"
julia = "1.6"

[extras]
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
Expand Down

0 comments on commit de3ec85

Please sign in to comment.