don't run on 1.5

This commit is contained in:
Daniel Schwabeneder 2020-06-30 21:23:00 +02:00
parent 3f521b3322
commit a2aad6be66
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
version: # NOTE: the versions below should match those in your botconfig
- '1.3'
- '1.4'
- '1.5'
# - '1.5'
- 'nightly'
os: # NOTE: should match the os setting of your botconfig
- ubuntu-latest

View File

@ -5,7 +5,7 @@ snoop_bench(
"Plots",
os = ["linux", "windows", "macos"],
else_os = "linux",
version = ["1.3", "1.4", "1.5", "nightly"],
version = ["1.3", "1.4", "nightly"],
else_version = "1.4",
),
joinpath(@__DIR__, "precompile_script.jl"),

View File

@ -5,7 +5,7 @@ snoop_bot(
"Plots",
os = ["linux", "windows", "macos"],
else_os = "linux",
version = ["1.3", "1.4", "1.5", "nightly"],
version = ["1.3", "1.4", "nightly"],
else_version = "1.4",
),
joinpath(@__DIR__, "precompile_script.jl"),