We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506a9db commit da3f9c7Copy full SHA for da3f9c7
.github/workflows/pkgtests.yaml
@@ -11,9 +11,9 @@ jobs:
11
strategy:
12
matrix:
13
version:
14
- - '1.7'
15
- '1.8'
16
- '1.9'
+ - '1.10'
17
os:
18
- ubuntu-latest
19
- macOS-latest
.github/workflows/upstream.yml
Project.toml
@@ -34,7 +34,7 @@ PopGenCore = "0.7"
34
Reexport = "1"
35
StatsBase = "0.33, 0.34"
36
Term = "2"
37
-julia = "1.7, 1.8, 1.9"
+julia = "1.8, 1.9, 1.10"
38
39
[extras]
40
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments