summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-08-15 07:38:49 -0500
committerDavid Snopek <dsnopek@gmail.com>2024-08-15 07:38:49 -0500
commitdd78ce4217de15cca5b2ce0d920e7c19e77d0c47 (patch)
treeeb723ae65e1050a3ae3c5cd8de6619618025a608 /.github
parentc2a4942850404d97d0e5d5b99e03361cebf2a54c (diff)
downloadredot-engine-dd78ce4217de15cca5b2ce0d920e7c19e77d0c47.tar.gz
Update GDExtension related CI after Godot 4.3-stable's release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/godot_cpp_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/godot_cpp_test.yml b/.github/workflows/godot_cpp_test.yml
index 57114dacfc..e1c37bbc1e 100644
--- a/.github/workflows/godot_cpp_test.yml
+++ b/.github/workflows/godot_cpp_test.yml
@@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master
# Used for the godot-cpp checkout.
- GODOT_CPP_BRANCH: '4.2'
+ GODOT_CPP_BRANCH: '4.3'
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests