[godot] Add Godot 4.4 to build matrix

This commit is contained in:
Mario Zechner 2025-04-10 11:33:12 +02:00
parent c5c71da28c
commit cd63b83fe4

View File

@ -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: