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: 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": {