Skip to content

Commit 099d259

Browse files
committed
CI: include Godot 4.4 itest
1 parent 3244710 commit 099d259

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

.github/workflows/full-ci.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ jobs:
256256
godot-binary: godot.macos.editor.dev.double.x86_64
257257
rust-extra-args: --features godot/api-custom,godot/double-precision
258258

259-
- name: macos-x86-4.2
259+
- name: macos-x86-4.3
260260
os: macos-13
261-
artifact-name: macos-x86-4.2
261+
artifact-name: macos-x86-4.3
262262
godot-binary: godot.macos.editor.dev.x86_64
263-
godot-prebuilt-patch: '4.2.2'
263+
godot-prebuilt-patch: '4.3'
264264

265265
- name: macos-arm
266266
os: macos-latest
@@ -275,11 +275,11 @@ jobs:
275275
# godot-binary: godot.macos.editor.dev.double.arm64
276276
# rust-extra-args: --features godot/api-custom,godot/double-precision
277277

278-
- name: macos-arm-4.2
278+
- name: macos-arm-4.3
279279
os: macos-latest
280-
artifact-name: macos-arm-4.2
280+
artifact-name: macos-arm-4.3
281281
godot-binary: godot.macos.editor.dev.arm64
282-
godot-prebuilt-patch: '4.2.2'
282+
godot-prebuilt-patch: '4.3'
283283

284284
# Windows
285285

@@ -295,11 +295,11 @@ jobs:
295295
godot-binary: godot.windows.editor.dev.double.x86_64.exe
296296
rust-extra-args: --features godot/api-custom,godot/double-precision
297297

298-
- name: windows-4.2
298+
- name: windows-4.3
299299
os: windows-latest
300-
artifact-name: windows-4.2
300+
artifact-name: windows-4.3
301301
godot-binary: godot.windows.editor.dev.x86_64.exe
302-
godot-prebuilt-patch: '4.2.2'
302+
godot-prebuilt-patch: '4.3'
303303

304304
# - name: windows-4.1
305305
# os: windows-latest
@@ -343,6 +343,12 @@ jobs:
343343

344344
# Linux compat (4.1 disabled, already covered by memcheck)
345345

346+
- name: linux-4.4
347+
os: ubuntu-22.04
348+
artifact-name: linux-4.4
349+
godot-binary: godot.linuxbsd.editor.dev.x86_64
350+
godot-prebuilt-patch: '4.4'
351+
346352
- name: linux-4.3
347353
os: ubuntu-22.04
348354
artifact-name: linux-4.3
@@ -423,7 +429,7 @@ jobs:
423429
- name: "Install Godot"
424430
uses: ./.github/composite/godot-install
425431
with:
426-
artifact-name: godot-linux-4.3
432+
artifact-name: godot-linux-4.4
427433
godot-binary: godot.linuxbsd.editor.dev.x86_64
428434

429435
- name: "Run examples for short time"

.github/workflows/minimal-ci.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,23 +171,29 @@ jobs:
171171

172172
# Linux compat
173173

174-
- name: linux-4.1
174+
- name: linux-4.4
175175
os: ubuntu-22.04
176-
artifact-name: linux-4.1
176+
artifact-name: linux-4.4
177177
godot-binary: godot.linuxbsd.editor.dev.x86_64
178-
godot-prebuilt-patch: '4.1.4'
178+
godot-prebuilt-patch: '4.4'
179+
180+
- name: linux-4.3
181+
os: ubuntu-22.04
182+
artifact-name: linux-4.3
183+
godot-binary: godot.linuxbsd.editor.dev.x86_64
184+
godot-prebuilt-patch: '4.3'
179185

180186
- name: linux-4.2
181187
os: ubuntu-22.04
182188
artifact-name: linux-4.2
183189
godot-binary: godot.linuxbsd.editor.dev.x86_64
184190
godot-prebuilt-patch: '4.2.2'
185191

186-
- name: linux-4.3
192+
- name: linux-4.1
187193
os: ubuntu-22.04
188-
artifact-name: linux-4.3
194+
artifact-name: linux-4.1
189195
godot-binary: godot.linuxbsd.editor.dev.x86_64
190-
godot-prebuilt-patch: '4.3'
196+
godot-prebuilt-patch: '4.1.4'
191197

192198
# Memory checkers
193199

@@ -239,7 +245,7 @@ jobs:
239245
- name: "Install Godot"
240246
uses: ./.github/composite/godot-install
241247
with:
242-
artifact-name: godot-linux-4.3
248+
artifact-name: godot-linux-4.4
243249
godot-binary: godot.linuxbsd.editor.dev.x86_64
244250

245251
- name: "Run examples for short time"

0 commit comments

Comments
 (0)