QEDjl-project / QuantumElectrodynamics.jl

[WIP] QuantumElectrodynamics.jl: A strong-field particle physics framework
https://qedjl-project.github.io/QuantumElectrodynamics.jl/
MIT License
8 stars 3 forks source link

make integration tests Julia version for each project configureable #61

Open SimeonEhrig opened 3 weeks ago

SimeonEhrig commented 3 weeks ago

At the moment, the Julia version for integration tests is hard coded to version 1.9. The version should be optional adjustable per project. The idea is, that the version can be set as environment variable in the generator job of the .gitlab-ci.yaml of the project, which generates the integration tests. If the variable is not set, there will be a fallback version, for example 1.9.

AntonReinhard commented 1 week ago

Should this issue be moved to https://github.com/QEDjl-project/IntegrationTests.jl ?