Commit 3e1e6c3b authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

switch to new composer image

parent e3be62f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

.build_composer_dev:
  stage: prebuild
  image: registry.cetera.su/adm/ansible/php_composer:buster_3
  image: registry.cetera.su/adm/ansible/php_composer:bullseye_1
  variables:
    COMPOSER_INSTALL_DIR: ${CI_PROJECT_DIR}
  script:
@@ -41,7 +41,7 @@

.build_composer:
  stage: build
  image: registry.cetera.su/adm/ansible/php_composer:buster_3
  image: registry.cetera.su/adm/ansible/php_composer:bullseye_1
  variables:
    COMPOSER_INSTALL_DIR: ${CI_PROJECT_DIR}
  script:
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
  esac

.phpcs_test:
  image: registry.cetera.su/adm/ansible/php_composer:buster_4
  image: registry.cetera.su/adm/ansible/php_composer:bullseye_1
  stage: test
  script:
    - *phpcs_test_script