Skip to content

Commit

Permalink
Merge pull request #10 from tensor4all/terasaki/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
terasakisatoshi authored Oct 11, 2024
2 parents 507761a + eac6d99 commit 036c84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- 'lts'
- '1'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/test_with_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using JET
import QuanticsTCI

@testset "JET" begin
if VERSION v"1.9"
if VERSION v"1.10"
JET.test_package(QuanticsTCI; target_defined_modules=true)
end
end

0 comments on commit 036c84c

Please sign in to comment.