From a2aad6be6638daef57de90b78324ad28aa9617e6 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 30 Jun 2020 21:23:00 +0200 Subject: [PATCH] don't run on 1.5 --- .github/workflows/SnoopCompile.yml | 2 +- deps/SnoopCompile/snoop_bench.jl | 2 +- deps/SnoopCompile/snoop_bot.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 9575c330..78f2acae 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -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 diff --git a/deps/SnoopCompile/snoop_bench.jl b/deps/SnoopCompile/snoop_bench.jl index 646ad888..a6db4fc1 100644 --- a/deps/SnoopCompile/snoop_bench.jl +++ b/deps/SnoopCompile/snoop_bench.jl @@ -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"), diff --git a/deps/SnoopCompile/snoop_bot.jl b/deps/SnoopCompile/snoop_bot.jl index 1bf76253..b0c856f8 100644 --- a/deps/SnoopCompile/snoop_bot.jl +++ b/deps/SnoopCompile/snoop_bot.jl @@ -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"),