From 3ba8bdccee3fb6dc42fd3c956a5f1acd0a88c986 Mon Sep 17 00:00:00 2001 From: Ashton Meuser Date: Thu, 10 Oct 2024 21:15:12 -0700 Subject: [PATCH] Update GHA & test project to Godot 4.3 --- .github/workflows/addon.yml | 2 +- examples/wasm-test/project.godot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/addon.yml b/.github/workflows/addon.yml index 4ccae03..3c702c6 100644 --- a/.github/workflows/addon.yml +++ b/.github/workflows/addon.yml @@ -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: diff --git a/examples/wasm-test/project.godot b/examples/wasm-test/project.godot index 2ee7b96..8204390 100644 --- a/examples/wasm-test/project.godot +++ b/examples/wasm-test/project.godot @@ -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]