Skip to content

Commit

Permalink
TASK: Update CircleCI php image to cimg/php:8.2-node
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Jul 11, 2023
1 parent ce395ca commit 7b451a0
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 7b451a0

Please sign in to comment.