Skip to content

Commit 79e0863

Browse files
committed
Add back support for Godot 4.4
1 parent 799e4aa commit 79e0863

File tree

10 files changed

+323884
-8
lines changed

10 files changed

+323884
-8
lines changed

.github/workflows/ci-scons.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ jobs:
4141
godot-test-versions: "4.5-stable"
4242
cache-name: linux-x86_64-godot45
4343

44+
- name: 🐧 Linux (GCC) for Godot 4.4
45+
os: ubuntu-22.04
46+
platform: linux
47+
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release-godot44
48+
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
49+
run-tests: true
50+
api-version: 4.4
51+
godot-test-versions: "4.4-stable 4.5-stable"
52+
cache-name: linux-x86_64-godot44
53+
4454
- name: 🏁 Windows (x86_64, MSVC)
4555
os: windows-2022
4656
platform: windows

cmake/godotcpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function(godotcpp_options)
119119
CACHE STRING
120120
"The Godot API version to target (ex \"4.5\") using one of the included API JSON files"
121121
)
122-
set_property(CACHE GODOTCPP_API_VERSION PROPERTY STRINGS ";4.5;4.6")
122+
set_property(CACHE GODOTCPP_API_VERSION PROPERTY STRINGS ";4.4;4.5;4.6")
123123
set(GODOTCPP_GDEXTENSION_DIR
124124
"gdextension"
125125
CACHE PATH

0 commit comments

Comments
 (0)