[godot] Build the latest 4.x versions.

This commit is contained in:
Mario Zechner 2023-08-04 15:18:08 +02:00
parent 1f9530facb
commit 94d043b566

View File

@ -14,9 +14,9 @@ jobs:
matrix:
version:
[
{"tag": "4.0-stable", "version": "4.0.stable", "mono": false},
{"tag": "4.1-stable", "version": "4.1.stable", "mono": false},
{"tag": "4.1-stable", "version": "4.1.stable", "mono": true},
{"tag": "4.0.4-stable", "version": "4.0.4.stable", "mono": false},
{"tag": "4.1.1-stable", "version": "4.1.1.stable", "mono": false},
{"tag": "4.1.1-stable", "version": "4.1.1.stable", "mono": true},
]
uses: ./.github/workflows/spine-godot-v4.yml
with: