try 1.8
This commit is contained in:
parent
a8121f1325
commit
d9d70be346
2
.github/workflows/SnoopCompile.yml
vendored
2
.github/workflows/SnoopCompile.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
version: # NOTE: the versions below should match those in your botconfig
|
version: # NOTE: the versions below should match those in your botconfig
|
||||||
- '1.6' # ⎤
|
- '1.6' # ⎤
|
||||||
- '1.7' # |
|
- '1.7' # |
|
||||||
|
- '~1.8.0-0' # |
|
||||||
# - 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
|
# - 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
|
||||||
# ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079
|
# ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079
|
||||||
os: # NOTE: should match the os setting of your botconfig
|
os: # NOTE: should match the os setting of your botconfig
|
||||||
@ -88,7 +89,6 @@ jobs:
|
|||||||
no changelog
|
no changelog
|
||||||
branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}"
|
branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}"
|
||||||
|
|
||||||
|
|
||||||
Skip:
|
Skip:
|
||||||
if: "contains(github.event.head_commit.message, '[skip ci]')"
|
if: "contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bot_config.jl
vendored
2
deps/SnoopCompile/snoop_bot_config.jl
vendored
@ -2,6 +2,6 @@ using CompileBot
|
|||||||
|
|
||||||
botconfig = BotConfig(
|
botconfig = BotConfig(
|
||||||
"Plots",
|
"Plots",
|
||||||
version = ["1.6", "1.7", "nightly"], # <<< keep these versions in sync with .github/workflows/SnoopCompile.yml
|
version = ["1.6", "1.7", "1.8", "nightly"], # <<< keep these versions in sync with .github/workflows/SnoopCompile.yml
|
||||||
# else_version = "nightly",
|
# else_version = "nightly",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user