diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9623f6e..69f4700 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: version: - - lts + - '1.9' - release - rc os: @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/install-juliaup@v2 with: - channel: lts + channel: "1.9" - uses: julia-actions/julia-downgrade-compat@v1 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 @@ -66,7 +66,7 @@ jobs: - uses: julia-actions/cache@v1 - uses: julia-actions/install-juliaup@v2 with: - channel: lts + channel: "1.10" - uses: julia-actions/cache@v1 - run: julia --project=docs docs/make.jl env: diff --git a/Project.toml b/Project.toml index d1ce54c..c9217c9 100644 --- a/Project.toml +++ b/Project.toml @@ -30,17 +30,17 @@ BenchmarkTools = "1.5" CUDA = "5" CodecZlib = "0.7" Compat = "4.11, 4.15" -Dates = "1.9" +Dates = "1.9, 1.10" JSON = "0.21" -LibGit2 = "1.9" -NVTX = "0.3" -Pkg = "1.9" -Profile = "1.9" +LibGit2 = "1.9, 1.10" +NVTX = "0.3.2" +Pkg = "1.9, 1.10" +Profile = "1.9, 1.10" Revise = "3" -Statistics = "1.9" -Test = "1.9" -UUIDs = "1.9" -julia = "1.9" +Statistics = "1.9, 1.10" +Test = "1.9, 1.10" +UUIDs = "1.9, 1.10" +julia = "1.9, 1.10" [extras] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"