Skip to content

Commit 80c4a74

Browse files
committed
Add godot 4.3 to minimal CI
- Add Godot 4.3 to minimal CI run since Godot 4.4 beta is now the latest/nightly. - Add feature "api-4-3" to linux-4.3 job in full CI.
1 parent 71bbfb8 commit 80c4a74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/full-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
os: ubuntu-22.04
345345
artifact-name: linux-4.3
346346
godot-binary: godot.linuxbsd.editor.dev.x86_64
347-
#godot-prebuilt-patch: '4.3.x'
347+
godot-prebuilt-patch: '4.3'
348348

349349
- name: linux-4.2
350350
os: ubuntu-22.04

.github/workflows/minimal-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
godot-binary: godot.linuxbsd.editor.dev.x86_64
182182
godot-prebuilt-patch: '4.2.2'
183183

184+
- name: linux-4.3
185+
os: ubuntu-22.04
186+
artifact-name: linux-4.3
187+
godot-binary: godot.linuxbsd.editor.dev.x86_64
188+
godot-prebuilt-patch: '4.3'
189+
184190
# Memory checkers
185191

186192
- name: linux-memcheck

0 commit comments

Comments
 (0)