Add back support for Godot 4.3
This commit is contained in:
10
.github/workflows/ci-scons.yml
vendored
10
.github/workflows/ci-scons.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user