Commit a9c6509
authored
add julia-downgrade-compat-action to github CI (#33)
* add julia-downgrade-compat-action to github CI
* skip downgrading Statistics standard library
* increase required FillArrays version to 1 because lowest version specified by Distributions.jl is not available.
* increase Distribution minimal version to 0.25.102 requirement so that FillArrays 1 can be used
* increase StatsFuns version to 0.9.15 to match Distributions minimal requirements
* increase StatsAPI version to 1.6 to match Distributions minimal requirements1 parent d81c785 commit a9c6509
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments