Skip to content

Commit c1eadf3

Browse files
committed
bump compat and ci julia=1.3
1 parent 076cbd2 commit c1eadf3

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.0'
20+
- '1.3'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Missings = "0.4, 1"
1919
OrderedCollections = "1.1"
2020
ScientificTypesBase = "2"
2121
UnicodePlots = "2"
22-
julia = "1.0"
22+
julia = "1.3"
2323

2424
[extras]
2525
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)