Skip to content

Commit b48c100

Browse files
authored
bump julia version (#172)
1 parent f7232d4 commit b48c100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.0' # 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'.
13+
- '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'.
1414
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
1515
- 'nightly'
1616
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Observables = "0.4, 0.5"
2626
OrderedCollections = "1"
2727
WebIO = "0.3,0.4,0.5,0.6,0.7,0.8"
2828
Widgets = "0.6.5"
29-
julia = "1"
29+
julia = "1.6"
3030

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

0 commit comments

Comments
 (0)