diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a5e7bc78a..e3db6fa332 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: environment: COMPOSER_CACHE_DIR: /home/circleci/composer/cache-dir docker: - - image: cimg/php:8.0-node + - image: cimg/php:8.2-node steps: - attach_workspace: *attach_workspace - run: chmod -R 777 /home/circleci @@ -82,7 +82,7 @@ jobs: environment: FLOW_CONTEXT: Production docker: - - image: cimg/php:8.0-node + - image: cimg/php:8.2-node - image: cimg/mariadb:10.6 environment: MYSQL_DATABASE: neos @@ -121,7 +121,7 @@ jobs: environment: FLOW_CONTEXT: Production docker: - - image: cimg/php:8.0-node + - image: cimg/php:8.2-node - image: cimg/mariadb:10.6 environment: MYSQL_DATABASE: neos diff --git a/Tests/IntegrationTests/docker-compose.neos-dev-instance.yaml b/Tests/IntegrationTests/docker-compose.neos-dev-instance.yaml index a71436b116..2f9fc7e2e5 100644 --- a/Tests/IntegrationTests/docker-compose.neos-dev-instance.yaml +++ b/Tests/IntegrationTests/docker-compose.neos-dev-instance.yaml @@ -2,7 +2,7 @@ version: "3.4" services: php: - image: thecodingmachine/php:8.0-v4-cli-node16 + image: thecodingmachine/php:8.2-v4-cli-node16 command: tail -f /dev/null ports: - 8081:8081 diff --git a/Tests/IntegrationTests/docker-compose.yaml b/Tests/IntegrationTests/docker-compose.yaml index 51125de99a..cad5de5aea 100644 --- a/Tests/IntegrationTests/docker-compose.yaml +++ b/Tests/IntegrationTests/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.4" services: php: - image: thecodingmachine/php:8.0-v4-cli-node16 + image: thecodingmachine/php:8.2-v4-cli-node16 command: tail -f /dev/null ports: - 8081:8081