From 79fac7a85e2a0337d77280b9cfbbf4b05eafea9f Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 1 Jul 2020 00:27:59 +0200 Subject: [PATCH] use '1.5.0-rc1' until 1.5 is released --- .github/workflows/SnoopCompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 7130ed2b..20ea1a5b 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.0-0' + - '1.5.0-rc1' - 'nightly' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest