diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df6eced..a18a727 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.10' + - 'min' - '1' os: - ubuntu-latest @@ -21,7 +21,7 @@ jobs: - x64 steps: - uses: actions/checkout@v2 - - 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 9132c43..23ecd8e 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -Interpolations = "0.14, 0.15" +Interpolations = "0.14 - 1" StaticArrays = "1" julia = "1.10"