Skip to content

Commit

Permalink
chore(deps): update cimg/php docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 94cee47 commit 89a454b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases:
- &container_config
working_directory: ~/project
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers

job-build: &job-build
steps:
Expand All @@ -27,19 +27,19 @@ jobs:
build-php-8.0:
<<: *container_config
docker:
- image: cimg/php:8.0-browsers
- image: cimg/php:8.3-browsers
<<: *job-build

build-php-8.1:
<<: *container_config
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers
<<: *job-build

build-php-8.0-legacy:
<<: *container_config
docker:
- image: cimg/php:8.0-browsers
- image: cimg/php:8.3-browsers
environment:
DRUPAL_VERSION: 9.4.14
DRUPAL_PROJECT_SHA: 9.x
Expand All @@ -48,7 +48,7 @@ jobs:
build-php-8.1-legacy:
<<: *container_config
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers
environment:
DRUPAL_VERSION: 9.4.14
DRUPAL_PROJECT_SHA: 9.x
Expand All @@ -57,7 +57,7 @@ jobs:
build-php-8.1-next:
<<: *container_config
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers
environment:
DRUPAL_VERSION: 10
DRUPAL_PROJECT_SHA: 10.x
Expand Down

0 comments on commit 89a454b

Please sign in to comment.