Skip to content

Commit

Permalink
dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#130)
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 0fdfc6b commit c4eeaa7
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 @@ -27,7 +27,7 @@ DocStringExtensions = "0.8.5, 0.9"
PhysicalConstants = "0.2.1"
SimpleTraits = "0.9.4"
StaticArrays = "1.2.13"
julia = "1.6"
julia = "1.10"

[extras]
QEDcore = "35dc0263-cb5f-4c33-a114-1d7f54ab753e"
Expand Down

0 comments on commit c4eeaa7

Please sign in to comment.