Skip to content

Commit

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

unit_tests_nightly:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ QEDbase = "0.2.2"
QEDcore = "0.1"
QuadGK = "2"
StaticArrays = "1"
julia = "1.6"
julia = "1.10"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

0 comments on commit 1da8796

Please sign in to comment.