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 a5bacad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .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
16 changes: 8 additions & 8 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"
LibGit2 = "1.9, 1.10"
NVTX = "0.3"
Pkg = "1.9"
Profile = "1.9"
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 a5bacad

Please sign in to comment.