Skip to content

Commit cadfd16

Browse files
authored
Merge pull request #1044 from Yarwin/add-godot-4.3-to-CI
Add godot 4.3 to minimal CI
2 parents 71bbfb8 + 80c4a74 commit cadfd16

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)