From cd63b83fe4427be6925e882fb11f59652319bacf Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 10 Apr 2025 11:33:12 +0200 Subject: [PATCH] [godot] Add Godot 4.4 to build matrix --- .github/workflows/spine-godot-v4-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot-v4-all.yml b/.github/workflows/spine-godot-v4-all.yml index cb10cc40a..64ca66cee 100644 --- a/.github/workflows/spine-godot-v4-all.yml +++ b/.github/workflows/spine-godot-v4-all.yml @@ -14,10 +14,10 @@ jobs: matrix: version: [ + {"tag": "4.4.1-stable", "version": "4.4.1.stable", "mono": false}, + {"tag": "4.4.1-stable", "version": "4.4.1.stable", "mono": true}, {"tag": "4.3-stable", "version": "4.3.stable", "mono": false}, {"tag": "4.3-stable", "version": "4.3.stable", "mono": true}, - {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": false}, - {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": true}, ] uses: ./.github/workflows/spine-godot-v4.yml with: