Skip to content

Commit

Permalink
TASK: Adjust acceptance test images to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 15, 2023
1 parent fc09015 commit c17441d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c17441d

Please sign in to comment.