Skip to content

Commit

Permalink
CI: update to Godot 4.4-dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Oct 17, 2024
1 parent 92a9934 commit ad8f7d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"]
include:
- os: ubuntu-latest
name: 🐧GdsGameProject
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"]
include:
- os: ubuntu-latest
name: 🐧πŸ§ͺGDScript
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"]
include:
- os: ubuntu-latest
name: 🐧πŸ§ͺC#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"]
gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"]
include:
- os: ubuntu-latest
name: 🐧πŸ§ͺC# Only
Expand Down
2 changes: 1 addition & 1 deletion gdext/dear_bindings
Submodule dear_bindings updated 35 files
+10 βˆ’0 .github/dependabot.yml
+23 βˆ’12 .github/workflows/build.yml
+8 βˆ’0 BuildAllBindings.bat
+163 βˆ’36 dear_bindings.py
+9 βˆ’1 docs/Changelog.txt
+1 βˆ’0 docs/MetadataFormat.md
+67 βˆ’20 docs/Readme.md
+2 βˆ’0 examples/ImGuiLib/ImGuiLib.vcxproj
+6 βˆ’0 examples/ImGuiLib/ImGuiLib.vcxproj.filters
+11 βˆ’1 examples/example_null/main.c
+8 βˆ’8 src/code_dom/classstructunion.py
+1 βˆ’1 src/code_dom/externc.py
+1 βˆ’1 src/code_dom/functiondeclaration.py
+1 βˆ’1 src/code_dom/namespace.py
+1 βˆ’1 src/code_dom/preprocessorif.py
+6 βˆ’1 src/code_dom/type.py
+2 βˆ’28 src/generators/gen_function_stubs.py
+2 βˆ’1 src/generators/gen_metadata.py
+7 βˆ’0 src/modifiers/__init__.py
+4 βˆ’0 src/modifiers/mod_calculate_enum_values.py
+18 βˆ’0 src/modifiers/mod_change_class_field_type.py
+11 βˆ’2 src/modifiers/mod_exclude_defines_from_metadata.py
+1 βˆ’1 src/modifiers/mod_flatten_class_functions.py
+39 βˆ’0 src/modifiers/mod_flatten_inheritance.py
+65 βˆ’5 src/modifiers/mod_flatten_templates.py
+30 βˆ’18 src/modifiers/mod_forward_declare_structs.py
+48 βˆ’0 src/modifiers/mod_move_elements.py
+45 βˆ’0 src/modifiers/mod_remove_all_fields_from_classes.py
+10 βˆ’0 src/modifiers/mod_remove_extern_fields.py
+0 βˆ’1 src/modifiers/mod_remove_function_bodies.py
+6 βˆ’0 src/modifiers/mod_remove_typedefs.py
+12 βˆ’0 src/modifiers/mod_replace_typedef_with_opaque_buffer.py
+2 βˆ’0 src/templates/imgui_internal-header-template.cpp
+1 βˆ’1 src/type_comprehension/type_comprehender.py
+53 βˆ’0 src/utils.py

0 comments on commit ad8f7d6

Please # to comment.