Skip to content

Commit de3ec85

Browse files
authored
Merge pull request #502 from fonsp/patch-1
Set minimum Julia version to 1.6
2 parents f6af5ad + 5ca2887 commit de3ec85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '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'.
18+
- '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'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2020
- 'nightly'
2121
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Observables = "0.5"
2828
Requires = "0.4.4, 0.5, 1.0.0"
2929
WebSockets = "1.5.0"
3030
Widgets = "0.6.2"
31-
julia = "0.7, 1"
31+
julia = "1.6"
3232

3333
[extras]
3434
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"

0 commit comments

Comments
 (0)