Skip to content
Snippets Groups Projects

test more version for main, only one for other branches

Open Bryan Brancotte requested to merge smarter-python-version-testing into main
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -8,7 +8,15 @@ run_tests:
@@ -8,7 +8,15 @@ run_tests:
- coverage report -m
- coverage report -m
parallel:
parallel:
matrix:
matrix:
- VERSION: ['3.8', '3.11']
- VERSION: [
 
"3.09", # oldest supported
 
"3.10", # scope for web app
 
"3.11", #
 
"3.12", #
 
"3.13", # latest,
 
]
 
rules:
 
- if: '$CI_COMMIT_BRANCH == "main" || $VERSION == "3.10"'
Loading