From ac3814da64a8ba2f927f7ca407de959cf8c939ef Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 25 Feb 2026 14:04:24 +0100 Subject: [PATCH] ci: build spine-godot v4 against Godot 4.6.1 --- .github/workflows/spine-godot-v4-all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spine-godot-v4-all.yml b/.github/workflows/spine-godot-v4-all.yml index 0094bcb37..aef987b32 100644 --- a/.github/workflows/spine-godot-v4-all.yml +++ b/.github/workflows/spine-godot-v4-all.yml @@ -14,12 +14,12 @@ jobs: matrix: version: [ - {"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": false}, - {"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": true} + {"tag": "4.6.1-stable", "version": "4.6.1.stable", "mono": false}, + {"tag": "4.6.1-stable", "version": "4.6.1.stable", "mono": true}, ] uses: ./.github/workflows/spine-godot-v4.yml with: godot_tag: ${{ matrix.version.tag }} godot_version: ${{ matrix.version.version }} godot_mono: ${{ matrix.version.mono }} - secrets: inherit \ No newline at end of file + secrets: inherit