Add back support for Godot 4.3

This commit is contained in:
David Snopek
2025-12-17 21:13:06 -06:00
parent 62b4a46e72
commit ce18d99cb0
21 changed files with 304554 additions and 24 deletions

View File

@ -51,6 +51,16 @@ jobs:
godot-test-versions: "4.4-stable 4.5-stable"
cache-name: linux-x86_64-godot44
- name: 🐧 Linux (GCC) for Godot 4.3
os: ubuntu-22.04
platform: linux
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release-godot43
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
run-tests: true
api-version: 4.3
godot-test-versions: "4.3-stable 4.4-stable 4.5-stable"
cache-name: linux-x86_64-godot43
- name: 🏁 Windows (x86_64, MSVC)
os: windows-2022
platform: windows