From c6979d5dec65810c7c1bdd2dc747ad2e49fd1a5d Mon Sep 17 00:00:00 2001 From: joeparsons <471936+joeparsons@users.noreply.github.com> Date: Thu, 7 May 2026 18:31:07 +0000 Subject: [PATCH 1/2] Prepare `main` branch for new minor release branch 3.4.x --- az_quickstart.info.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/az_quickstart.info.yml b/az_quickstart.info.yml index d5b9112dff..491059ade5 100644 --- a/az_quickstart.info.yml +++ b/az_quickstart.info.yml @@ -80,4 +80,4 @@ install: themes: - az_barrio - claro -version: 3.4.x-dev +version: 3.5.x-dev diff --git a/composer.json b/composer.json index 7617bd5681..2735e24dbb 100644 --- a/composer.json +++ b/composer.json @@ -154,7 +154,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.4.x-dev", + "dev-main": "3.5.x-dev", "2.x-dev": "2.14.x-dev" }, "patches": { From 836d1635bfe7202db9942d8862153eedc9a9f598 Mon Sep 17 00:00:00 2001 From: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> Date: Thu, 7 May 2026 11:48:56 -0700 Subject: [PATCH 2/2] Update branches enabled for CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0469160571..cc10fc1a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ on: branches: - 'main' - '2.x' + - '3.4.x' - '3.3.x' - '3.2.x' - - '3.1.x' - '2.14.x' concurrency: