From 17df93085421effc2291864b4c7e2f2ce886324c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 Mar 2026 09:32:35 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Acorn=20v6,=20PHP=208.?= =?UTF-8?q?3=20min=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a4c0585d9a..40334b580b 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,8 @@ } }, "require": { - "php": ">=8.2", - "roots/acorn": "^5.0" + "php": ">=8.3", + "roots/acorn": "dev-laravel-v13" }, "require-dev": { "laravel/pint": "^1.20" From 73dd14fd6fb42a06328d29f892bdfd7e71736169 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 Mar 2026 09:36:39 -0500 Subject: [PATCH 2/3] Update CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24b2785d99..2086a3829e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['8.2'] + php: ['8.3', '8.4', '8.5'] steps: - name: Checkout the project From fa16fac6229fc8a1802a764c54f9236ddf7b4f6a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 Mar 2026 10:14:25 -0500 Subject: [PATCH 3/3] updates --- composer.json | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 40334b580b..7c7f07c80b 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "require": { "php": ">=8.3", - "roots/acorn": "dev-laravel-v13" + "roots/acorn": "^6.0" }, "require-dev": { "laravel/pint": "^1.20" diff --git a/style.css b/style.css index f3f50ea472..3e863f162b 100644 --- a/style.css +++ b/style.css @@ -2,12 +2,12 @@ Theme Name: Sage Starter Theme Theme URI: https://roots.io/sage/ Description: Sage is a WordPress starter theme. -Version: 11.x-dev +Version: 11.2.0 Author: Roots Author URI: https://roots.io/ Text Domain: sage License: MIT License License URI: https://opensource.org/licenses/MIT -Requires PHP: 8.2 +Requires PHP: 8.3 Requires at least: 6.6 */