diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index c9a833cd..00d8a08d 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -21,8 +21,8 @@ jobs: fail-fast: false matrix: version: # NOTE: the versions below should match those in your botconfig - - '1' - - '1.3' + - '1.4.2' + - '1.3.1' - '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 55c05cdd..ecb1317c 100644 --- a/deps/SnoopCompile/snoop_bench.jl +++ b/deps/SnoopCompile/snoop_bench.jl @@ -1,11 +1,6 @@ using SnoopCompile snoop_bench( - BotConfig( - "Plots", - else_os = "linux", - version = ["1.3", "1", "nightly"], - else_version = v"1", - ), + BotConfig("Plots", version = ["1.3.1", "1.4.2", "nightly"]), joinpath(@__DIR__, "precompile_script.jl"), ) diff --git a/deps/SnoopCompile/snoop_bot.jl b/deps/SnoopCompile/snoop_bot.jl index f0619802..7ea101fc 100644 --- a/deps/SnoopCompile/snoop_bot.jl +++ b/deps/SnoopCompile/snoop_bot.jl @@ -1,11 +1,6 @@ using SnoopCompile snoop_bot( - BotConfig( - "Plots", - else_os = "linux", - version = ["1.3", "1", "nightly"], - else_version = v"1", - ), + BotConfig("Plots", version = ["1.3.1", "1.4.2", "nightly"]), joinpath(@__DIR__, "precompile_script.jl"), )