From 575f317bf124291a7bdadc66dff30edf25eb9fad Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 28 Jan 2025 10:37:08 -0600 Subject: [PATCH] [4.3] Run tests against Godot 4.3-stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b7243e..953dc7be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ env: # Only used for the cache key. Increment version to force clean build. GODOT_BASE_BRANCH: master # Used to select the version of Godot to run the tests with. - GODOT_TEST_VERSION: master + GODOT_TEST_VERSION: 4.3-stable concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}