From 458f9a066bcfe71a832454e286624d1dbabc5eef Mon Sep 17 00:00:00 2001 From: Byron Duvall Date: Fri, 9 Aug 2024 15:25:40 -0400 Subject: [PATCH 1/4] use php 8.3 on circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 413d6a0..ce7ec3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build: working_directory: ~/drupal-skeleton docker: - - image: cimg/php:8.2-browsers + - image: cimg/php:8.3-browsers - image: cimg/mysql:5.7 command: --max_allowed_packet=16M environment: From 915aeab96f20c3ef7cf0f495ddd77174c1c33b81 Mon Sep 17 00:00:00 2001 From: Byron Duvall Date: Fri, 9 Aug 2024 15:25:51 -0400 Subject: [PATCH 2/4] use php 8.3 in ddev --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 88871e3..6730ac3 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -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.3" # Add any multisite subdomains to this array. Adding "example" will make this environment # available at "example.ddev.site". From f8f294c84b86e6d7955e5510b93727fc96e96c96 Mon Sep 17 00:00:00 2001 From: byrond Date: Mon, 12 Aug 2024 13:37:36 -0400 Subject: [PATCH 3/4] Update README.md with new PHP version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0eb68..0e90b5d 100644 --- a/README.md +++ b/README.md @@ -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.3+ * Check your PHP version from the command line using `php --version` * Mac only: [XCode command line tools](https://mac.install.guide/commandlinetools/3) * [Composer](https://getcomposer.org/download/) From 6f93db0cef07ea4d0c5f77d8f7c16278cd997e66 Mon Sep 17 00:00:00 2001 From: byrond Date: Fri, 16 Aug 2024 13:51:35 -0400 Subject: [PATCH 4/4] change php version in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8327fe..0384a88 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "php-http/discovery": true }, "platform": { - "php": "8.2" + "php": "8.3" }, "preferred-install": { "*": "dist"