1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #95556 from dsnopek/gdext-post-godot43

Update GDExtension related CI after Godot 4.3-stable's release
This commit is contained in:
Rémi Verschelde
2024-08-15 16:06:38 +02:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build. # Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master GODOT_BASE_BRANCH: master
# Used for the godot-cpp checkout. # Used for the godot-cpp checkout.
GODOT_CPP_BRANCH: '4.2' GODOT_CPP_BRANCH: '4.3'
concurrency: concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests

View File

@@ -0,0 +1,9 @@
This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
4.3-stable tag (the basename of this file).
Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
should instead be used to justify these changes and describe how users should work around these changes.
Add new entries at the end of the file.
## Changes between 4.3-stable and 4.4-stable