Skip to content

Commit

Permalink
Revert "Merge branch 'update-php-8.2' into DEV-43-license"
Browse files Browse the repository at this point in the history
This reverts commit c4fde5f, reversing
changes made to dae8045.
  • Loading branch information
byrond committed Jun 23, 2023
1 parent 066d394 commit a5ea9cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2-browsers
- image: cimg/php:8.1-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.2"
php_version: "8.1"

# Add any multisite subdomains to this array. Adding "example" will make this environment
# available at "example.ddev.site".
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have the development dependencies installed on your Mac before you be

The development dependencies are:

* PHP 8.2+
* PHP 8.1+
* Check your PHP version from the command line using `php --version`
* If your project cannot support PHP 8.2, you should use PHP 8.1.18.
* [XCode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"phpstan/extension-installer": true
},
"platform": {
"php": "8.2"
"php": "8.1"
},
"preferred-install": {
"*": "dist"
Expand Down

0 comments on commit a5ea9cc

Please sign in to comment.