Skip to content

Commit 4fbbefe

Browse files
committed
CI: add Godot 4.5.0-dev.2
1 parent e6a0e80 commit 4fbbefe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gdext.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
fail-fast: false
273273
matrix:
274274
os: [ubuntu-latest, macos-latest, windows-latest]
275-
gdver: ["4.2.2", "4.3.0", "4.4.0"]
275+
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
276276
include:
277277
- os: ubuntu-latest
278278
name: 🐧GdsGameProject
@@ -353,7 +353,7 @@ jobs:
353353
fail-fast: false
354354
matrix:
355355
os: [ubuntu-latest, macos-latest, windows-latest]
356-
gdver: ["4.2.2", "4.3.0", "4.4.0"]
356+
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
357357
include:
358358
- os: ubuntu-latest
359359
name: 🐧🧪GDScript
@@ -404,7 +404,7 @@ jobs:
404404
fail-fast: false
405405
matrix:
406406
os: [ubuntu-latest, macos-latest, windows-latest]
407-
gdver: ["4.2.2", "4.3.0", "4.4.0"]
407+
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
408408
include:
409409
- os: ubuntu-latest
410410
name: 🐧🧪C#

.github/workflows/godot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
gdver: ["4.2.2", "4.3.0", "4.4.0"]
13+
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
1414
include:
1515
- os: ubuntu-latest
1616
name: 🐧🧪C# Only

0 commit comments

Comments
 (0)