Browse Source

[godot] Add 4.3 to build matrix.

Mario Zechner 1 year ago
parent
commit
d0e94ba3fb
1 changed files with 2 additions and 2 deletions
  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:
       matrix:
         version:
         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": false},
             {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": true},
             {"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
     uses: ./.github/workflows/spine-godot-v4.yml
     with:
     with: