[godot] Build against latest 4.x only

This commit is contained in:
Mario Zechner 2025-11-19 17:47:55 +01:00
parent 04455ef0c0
commit 19980c94be

View File

@ -14,10 +14,8 @@ 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.5.1-stable", "version": "4.5.1.stable", "mono": false},
{"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": true}
]
uses: ./.github/workflows/spine-godot-v4.yml
with: