Skip to content

Commit

Permalink
dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig authored Oct 9, 2024
2 parents 71ffbcc + d2bfdd1 commit 975d7dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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
10 changes: 8 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name = "QuantumElectrodynamics"
uuid = "bb1fba1d-cf9b-41b3-874e-4b81465537b9"
authors = ["Uwe Hernandez Acosta <[email protected]>", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"]
authors = [
"Uwe Hernandez Acosta <[email protected]>",
"Simeon Ehrig",
"Klaus Steiniger",
"Tom Jungnickel",
"Anton Reinhard",
]
version = "0.1.0"

[deps]
Expand All @@ -12,7 +18,7 @@ QEDfields = "ac3a6c97-e859-4b9f-96bb-63d2a216042c"
QEDprocesses = "46de9c38-1bb3-4547-a1ec-da24d767fdad"

[compat]
julia = "1.6"
julia = "1.10"
Reexport = "^1.2"
QEDbase = "0.2.2"
QEDcore = "0.1"
Expand Down

0 comments on commit 975d7dc

Please sign in to comment.