Skip to content
Snippets Groups Projects
Commit bd41d492 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Merge branch 'update-pipeline-in-episode-5' into...

Merge branch 'update-pipeline-in-episode-5' into 'ci-episode-5-exercise-1-remove-redundancies-in-ci-pipeline'

Update GCC versions to more recent versions in CI pipeline in episode 5

See merge request !27
parents 9af7def6 749bfd52
No related branches found
No related tags found
1 merge request!27Update GCC versions to more recent versions in CI pipeline in episode 5
Pipeline #393564 passed
......@@ -27,7 +27,7 @@ default:
.compiler_versions:
parallel:
matrix:
- VERSION: ["12", "13"]
- VERSION: ["12", "13", "14"]
license-compliance:
stage: lint
......@@ -70,10 +70,10 @@ test:gcc:
- "build:gcc"
running:
image: gcc:12
image: gcc:13
stage: run
script:
- ./build_gcc_12/bin/helloWorld
- ./build_gcc_13/bin/helloWorld
dependencies:
- "build:gcc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment