@@ -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
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
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