Skip to content

Commit

Permalink
Merge pull request #4 from Herb-AI/drop-1.6
Browse files Browse the repository at this point in the history
Drop 1.6 support
  • Loading branch information
ReubenJ authored Jul 5, 2024
2 parents 8962ec8 + 7617328 commit 90ab29d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
- '1.8'
- 'pre'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uuid = "22d0bc84-1826-4aaf-b584-c2a6a91114a2"
version = "0.1.0"

[compat]
julia = "1.6.7"
julia = "^1.8"
6 changes: 2 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ using JET
@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(Garden)
end
if VERSION >= v"1.7"
@testset "Code linting (JET.jl)" begin
JET.test_package(Garden; target_defined_modules = true)
end
@testset "Code linting (JET.jl)" begin
JET.test_package(Garden; target_defined_modules = true)
end
# Write your tests here.
end

0 comments on commit 90ab29d

Please sign in to comment.