diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2733de7..2b86423 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,9 +50,9 @@ jobs: fail-fast: false matrix: version: - - "1.6" - - "1" # automatically expands to the latest stable 1.x release of Julia - - nightly + - "lts" + - "1" + - "pre" os: - ubuntu-latest arch: @@ -71,7 +71,7 @@ jobs: version: 1 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/Project.toml b/Project.toml index 5ffe705..415e9d8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PatternFolds" uuid = "c18a7f1d-76ad-4ce4-950d-5419b888513b" authors = ["Jean-Francois Baffier"] -version = "0.2.4" +version = "0.2.5" [deps] Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5" @@ -15,8 +15,8 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" Intervals = "1" Lazy = "0.15" Reexport = "1" -TestItemRunner = "0.2" -TestItems = "0.1" +TestItemRunner = "0.2, 1" +TestItems = "0.1, 1" julia = "1.6" [extras] diff --git a/docs/make.jl b/docs/make.jl index a23bdd2..cf15eb7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,7 +6,6 @@ DocMeta.setdocmeta!(PatternFolds, :DocTestSetup, :(using PatternFolds); recursiv makedocs(; modules = [PatternFolds], authors = "Jean-Francois Baffier", - repo = "https://github.com/Humans-of-Julia/PatternFolds.jl/blob/{commit}{path}#{line}", sitename = "PatternFolds.jl", format = Documenter.HTML(; prettyurls = get(ENV, "CI", "false") == "true", diff --git a/docs/src/index.md b/docs/src/index.md index 4c2aa3b..e3548f4 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,6 +4,8 @@ CurrentModule = PatternFolds # PatternFolds +`PatternFolds` needs a more advanced documentation. Contribution are wlecome. + ```@index ```