Skip to content

Versions in BotConfig and SnoopCompile.yml #115

@daschw

Description

@daschw

In the docs it is highlighted that the versions specified in SnoopCompile.yml have to match the versions in BotConfig. In the .yml file I can use the versions

      matrix:
        version:   # NOTE: the versions below should match those in your botconfig
          - '1'
          - '1.3'
          - 'nightly'

where (I think) '1' corresponds to '1.4.2' and '1.3' to '1.3.1'.
However:

julia> BotConfig("Plots", version = ["1", "1.3", "nightly"]).version
3-element Array{VersionNumber,1}:
 v"1.0.0"
 v"1.3.0"
 v"1.6.0-DEV"

Does this mean I have to set the versions to 1.3.1 and 1.4.2 in both (or only BotConfig respectively) and update the versions manually with new julia releases, or is there another way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions