Skip to content
Snippets Groups Projects
Commit da9e1c88 authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

Merge branch 'feature/php-8.2' into 'main'

feature(core): php 8.2

See merge request !16
parents f5592c20 a8b5debd
No related branches found
No related tags found
1 merge request!16feature(core): php 8.2
Pipeline #310603 failed with stage
in 28 seconds
...@@ -23,11 +23,8 @@ stages: ...@@ -23,11 +23,8 @@ stages:
- echo $IMAGE_TAG - echo $IMAGE_TAG
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script: script:
- cd Docker/php-8.1 - sh Docker/php-8.1/build.sh
- sh ./build.sh - sh Docker/php-8.2/build.sh
- cd ..
- cd Docker/php-8.2
- sh ./build.sh
build: build:
<<: *build-template <<: *build-template
......
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