Skip to content

Commit

Permalink
[godot] Add 4.3 to build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Aug 20, 2024
1 parent 9473c1b commit d0e94ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spine-godot-v4-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0e94ba

Please sign in to comment.