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

Merge branch 'upgrade-python-and-gcc-images' into 'ci-episode-7-exercise-1-using-includes'

Upgrade Python and Gcc Docker images used

See merge request !19
parents e826f016 9ca6cfaa
No related branches found
No related tags found
1 merge request!19Upgrade Python and Gcc Docker images used
Pipeline #221902 passed
......@@ -12,7 +12,7 @@ stages:
- run
default:
image: python:3.10
image: python:3.11
interruptible: true
.install_dependencies:
......@@ -23,6 +23,6 @@ default:
.compiler_versions:
parallel:
matrix:
- VERSION: [ "10", "11", "12" ]
- VERSION: [ "11", "12" ]
...
......@@ -6,7 +6,7 @@
---
run:
image: gcc:11
image: gcc:12
stage: run
script:
- cd build_gcc_11/bin/ && ./helloWorld
......
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