[godot] Add 4.3 to build matrix.

This commit is contained in:
Mario Zechner 2024-08-20 10:18:39 +02:00
parent 9473c1b3a6
commit d0e94ba3fb

View File

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