Skip to content

Commit 5e4200d

Browse files
authored
Merge pull request #1972 from dsnopek/godot47-beta1
Update `gdextension_interface.json` and `extension_api.json` for Godot 4.7-beta1
2 parents 973a98f + 0a7e09c commit 5e4200d

4 files changed

Lines changed: 356891 additions & 30 deletions

File tree

.github/workflows/ci-scons.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,27 @@ jobs:
2929
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
3030
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
3131
run-tests: true
32+
api-version: 4.7
3233
cache-name: linux-x86_64
3334

35+
- name: 🐧 Linux (GCC) for Godot 4.6
36+
os: ubuntu-22.04
37+
platform: linux
38+
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release-godot45
39+
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
40+
run-tests: true
41+
api-version: 4.6
42+
godot-test-versions: "4.6-stable"
43+
cache-name: linux-x86_64-godot45
44+
3445
- name: 🐧 Linux (GCC) for Godot 4.5
3546
os: ubuntu-22.04
3647
platform: linux
3748
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release-godot45
3849
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
3950
run-tests: true
4051
api-version: 4.5
41-
godot-test-versions: "4.5-stable"
52+
godot-test-versions: "4.5-stable 4.6-stable"
4253
cache-name: linux-x86_64-godot45
4354

4455
- name: 🐧 Linux (GCC) for Godot 4.4
@@ -48,7 +59,7 @@ jobs:
4859
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
4960
run-tests: true
5061
api-version: 4.4
51-
godot-test-versions: "4.4-stable 4.5-stable"
62+
godot-test-versions: "4.4-stable 4.5-stable 4.6-stable"
5263
cache-name: linux-x86_64-godot44
5364

5465
- name: 🐧 Linux (GCC) for Godot 4.3
@@ -58,7 +69,7 @@ jobs:
5869
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
5970
run-tests: true
6071
api-version: 4.3
61-
godot-test-versions: "4.3-stable 4.4-stable 4.5-stable"
72+
godot-test-versions: "4.3-stable 4.4-stable 4.5-stable 4.6-stable"
6273
cache-name: linux-x86_64-godot43
6374

6475
- name: 🏁 Windows (x86_64, MSVC)

0 commit comments

Comments
 (0)