diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 809ba98..0bc4652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/Project.toml b/Project.toml index c45e267..902728b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,12 @@ name = "QuantumElectrodynamics" uuid = "bb1fba1d-cf9b-41b3-874e-4b81465537b9" -authors = ["Uwe Hernandez Acosta ", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"] +authors = [ + "Uwe Hernandez Acosta ", + "Simeon Ehrig", + "Klaus Steiniger", + "Tom Jungnickel", + "Anton Reinhard", +] version = "0.1.0" [deps] @@ -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"