Skip to content

Commit

Permalink
Update GHA & test project to Godot 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Oct 11, 2024
1 parent 270ba92 commit 3ba8bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
TARGET: template_release
GODOT_REF: 4.2.2-stable
GODOT_REF: 4.3-stable
LIBRARY_PATH: addons/godot-wasm/bin

jobs:
Expand Down
2 changes: 1 addition & 1 deletion examples/wasm-test/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="WasmTest"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.2", "GL Compatibility")
config/features=PackedStringArray("4.3", "GL Compatibility")

[debug]

Expand Down

0 comments on commit 3ba8bdc

Please sign in to comment.