Skip to content

Commit da3f9c7

Browse files
authored
bump julia versions
1 parent 506a9db commit da3f9c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/pkgtests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.7'
1514
- '1.8'
1615
- '1.9'
16+
- '1.10'
1717
os:
1818
- ubuntu-latest
1919
- macOS-latest

Diff for: .github/workflows/upstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.7'
1514
- '1.8'
1615
- '1.9'
16+
- '1.10'
1717
os:
1818
- ubuntu-latest
1919
- macOS-latest

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PopGenCore = "0.7"
3434
Reexport = "1"
3535
StatsBase = "0.33, 0.34"
3636
Term = "2"
37-
julia = "1.7, 1.8, 1.9"
37+
julia = "1.8, 1.9, 1.10"
3838

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

0 commit comments

Comments
 (0)