diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 21e1282..e80a75f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1.6' + version: '1.10' - uses: julia-actions/cache@v1 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.develop(path="./"); Pkg.instantiate()' diff --git a/Project.toml b/Project.toml index 78492cb..b697193 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -julia = "1.10.0" +julia = "1.10" BcdiCore = "0" BcdiTrad = "0" CUDA = "5.4.3"