Skip to content

Commit

Permalink
Revert "Try PHP 8.1.18"
Browse files Browse the repository at this point in the history
This reverts commit 5b2db1a.
  • Loading branch information
agentrickard committed Jun 23, 2023
1 parent 5b2db1a commit d7e2d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
working_directory: ~/drupal-skeleton
docker:
- image: cimg/php:8.1.18-browsers
- image: cimg/php:8.2-browsers
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
Expand Down
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ webserver_type: apache-fpm
#mariadb_version: "10.3"

# TODO: Make sure this PHP version matches the project's hosting environment.
php_version: "8.1.18"
php_version: "8.2"

# Add any multisite subdomains to this array. Adding "example" will make this environment
# available at "example.ddev.site".
Expand Down

0 comments on commit d7e2d23

Please sign in to comment.