require julia 1.3

This commit is contained in:
Daniel Schwabeneder 2020-06-27 12:56:59 +02:00
parent d14fac5d1e
commit f2a2797c34
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
julia_version: julia_version:
- '1.2'
- '1.3' - '1.3'
- '1' - '1'
- 'nightly' - 'nightly'

View File

@ -51,7 +51,7 @@ Requires = "1"
Showoff = "0.3.1" Showoff = "0.3.1"
StableRNGs = "0.1.1" StableRNGs = "0.1.1"
StatsBase = "0.32, 0.33" StatsBase = "0.32, 0.33"
julia = "1.2" julia = "1.3"
[extras] [extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"