Skip to content

Commit 29d1358

Browse files
authored
Merge pull request godotengine#95556 from dsnopek/gdext-post-godot43
Update GDExtension related CI after Godot 4.3-stable's release
2 parents 74f7c61 + aae5463 commit 29d1358

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/godot_cpp_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Used for the cache key. Add version suffix to force clean build.
88
GODOT_BASE_BRANCH: master
99
# Used for the godot-cpp checkout.
10-
GODOT_CPP_BRANCH: '4.2'
10+
GODOT_CPP_BRANCH: '4.3'
1111

1212
concurrency:
1313
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
2+
4.3-stable tag (the basename of this file).
3+
4+
Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
5+
should instead be used to justify these changes and describe how users should work around these changes.
6+
7+
Add new entries at the end of the file.
8+
9+
## Changes between 4.3-stable and 4.4-stable

0 commit comments

Comments
 (0)