Skip to content

Commit

Permalink
dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Uwe Hernandez Acosta <u.hernandez@hzdr.de>
  • Loading branch information
szabo137 and Uwe Hernandez Acosta authored Oct 9, 2024
1 parent 1e93eed commit a174155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ unit_tests_releases:
extends: .untit_test_template
parallel:
matrix:
- JULIA_VERSION: ["1.6", "1.7", "1.8", "1.9", "1.10"]
- JULIA_VERSION: ["1.10", "1.11", "rc"]
image: julia:$JULIA_VERSION

unit_tests_nightly:
Expand Down
10 changes: 2 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QEDbase = "0.2.2"
Reexport = "^1.2"
SimpleTraits = "^0.9"
StaticArrays = "^1.9"
julia = "1.6"
julia = "1.10"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -29,10 +29,4 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = [
"Random",
"LinearAlgebra",
"SafeTestsets",
"Test",
"SparseArrays",
]
test = ["Random", "LinearAlgebra", "SafeTestsets", "Test", "SparseArrays"]

0 comments on commit a174155

Please sign in to comment.