Skip to content

Commit

Permalink
expand compat to cover lts
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Jul 16, 2024
1 parent 98c3fec commit 967db4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
version:
- lts
- '1.9'
- release
- rc
os:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 967db4e

Please sign in to comment.