From 121a328059af90e32862b014d406f373f69f4ba1 Mon Sep 17 00:00:00 2001 From: soyuka Date: Mon, 23 Sep 2024 13:05:19 +0200 Subject: [PATCH] ci: missing versions --- .github/workflows/subtree.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index 394f1c7cb1e..1e2969a9e3a 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -5,8 +5,11 @@ on: - v* branches: - main - - 3.1 - - 3.2 + - '3.1' + - '3.2' + - '3.3' + - '3.4' + - '4.0' env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}