diff --git a/.github/workflows/github_ci.yml b/.github/workflows/github_ci.yml index 23e8224..5610f33 100644 --- a/.github/workflows/github_ci.yml +++ b/.github/workflows/github_ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: version: - - '1.5' + - '1.6' os: - ubuntu-latest - macOS-latest @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.5' + version: '1.6' - run: | julia --project=docs -e ' using Pkg diff --git a/Project.toml b/Project.toml index ed2b46d..9e857c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LifeContingencies" uuid = "c8f0d631-89cd-4a1f-93d0-7542c3692561" authors = ["Alec Loudenback"] -version = "1.6.0" +version = "1.7.0" [deps] ActuaryUtilities = "bdd23359-8b1c-4f88-b89b-d11982a786f4" @@ -15,7 +15,7 @@ ActuaryUtilities = "^2,^3" MortalityTables = "^0.12, ^1, ^2" Transducers = "^0.4" Yields = "^1.0" -julia = "^1.5" +julia = "^1.6" [extras] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"