diff --git a/.github/workflows/Tier1.yml b/.github/workflows/Tier1.yml index 3b7c750..081363d 100644 --- a/.github/workflows/Tier1.yml +++ b/.github/workflows/Tier1.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: [1.5, 1.6] + julia-version: [1.6, 1.7] julia-arch: [x64] os: [ubuntu-18.04, macos-10.15, windows-2019] steps: @@ -36,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: julia-actions/julia-uploadcodecov@v0.1 - if: ${{ startsWith(matrix.os, 'Ubuntu') && startsWith(matrix.julia-version, '1.5') }} + if: ${{ startsWith(matrix.os, 'Ubuntu') && startsWith(matrix.julia-version, '1.6') }} diff --git a/Project.toml b/Project.toml index 1bfcf7f..cc499eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SeqBounds" uuid = "343dbc49-a00e-4db9-80e1-8930f4861f86" authors = ["PharmCat "] -version = "0.1.1" +version = "0.1.2" [deps] PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" @@ -9,9 +9,9 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" [compat] -PrettyTables = "1" -Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" -Roots = "1" +PrettyTables = "1, 2" +Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" +Roots = "1, 2" julia = "1" [extras]