2
0
Эх сурвалжийг харах

[4.3] Run tests against Godot 4.3-stable

David Snopek 7 сар өмнө
parent
commit
575f317bf1

+ 1 - 1
.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}}