Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • cb4ed3fa
    #51 Add support for PHP 8.3 and upgrade docker to 25.0.3 · cb4ed3fa
    jurgenhaas authored
+ 2
0
@@ -22,6 +22,8 @@ php:
PHP: '8.1'
- ALPINE: '3.17'
PHP: '8.2'
- ALPINE: '3.18'
PHP: '8.3'
script:
- docker build --pull --build-arg ALPINE_VERSION=${ALPINE} --build-arg PHP_MAJOR_VERSION=${PHP} --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION} .
- docker push ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION}
Loading