浏览代码

[godot] Add 4.3 to build matrix.

Mario Zechner 1 年之前
父节点
当前提交
d0e94ba3fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/spine-godot-v4-all.yml

+ 2 - 2
.github/workflows/spine-godot-v4-all.yml

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