diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c1782c7..5292551 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['1.9'] + version: ['1.10'] os: [ubuntu-latest] arch: [x64] allow_failure: [false] diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 4632808..10f3def 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.10' - name: Install docs dependencies run: julia --project=docs -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd())]); Pkg.instantiate()' - name: Build and deploy diff --git a/Project.toml b/Project.toml index 1e25bbc..1fee3ea 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -julia = "1.9" +julia = "1.10" DocStringExtensions = "0.9" Documenter = "1.1" Setfield = "1.1"