diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 294aa28e..0873578d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: version: - '1.9' - # - '1.10' + - '1.10' # - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index a2f07121..d8029108 100644 --- a/Project.toml +++ b/Project.toml @@ -22,21 +22,21 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] -Adapt = "3.7.2" AMDGPU = "0.6, 0.7, 0.8" +Adapt = "3.7.2" CUDA = "4.4.1, 5" CellArrays = "0.1 " GeoParams = "0.5" HDF5 = "0.17.1" ImplicitGlobalGrid = "0.14.0" MPI = "0.20" -ParallelStencil = "0.9.0, 0.10.0" +MuladdMacro = "0.2" +ParallelStencil = "0.9, 0.10" Reexport = "1.2.2" -StaticArrays = "1.6.5" -Statistics = "1.9" +StaticArrays = "1" +Statistics = "1" WriteVTK = "1.18" -MuladdMacro = "0.2" -julia = "1.9" +julia = "1.9, 1.10" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"