Skip to content

Commit 7de7186

Browse files
committed
drop julia compat to 1.6
1 parent 30e650c commit 7de7186

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.7'
13+
- '1.6'
14+
- '1'
1415
os:
1516
- ubuntu-latest
1617
arch:

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name = "WavePropBase"
22
uuid = "91c5bd54-65f5-4719-ae3b-9579edfc4a0b"
33
authors = ["Luiz M. Faria <maltezfaria@gmail.com> and contributors"]
4-
version = "0.1.4"
5-
4+
version = "0.1.5"
65
[deps]
76
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
87
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -19,4 +18,4 @@ OrderedCollections = "1"
1918
RecipesBase = "1.1"
2019
Requires = "1"
2120
StaticArrays = "1.2"
22-
julia = "1.7"
21+
julia = "1.6"

0 commit comments

Comments
 (0)