From 52eaafc1228f17409fc49a2174cf045fd31693f5 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sat, 1 Oct 2022 19:14:54 +0200 Subject: [PATCH] Update CI to Godot 3.5.1-stable --- .github/workflows/full-ci.yml | 6 +++--- .github/workflows/minimal-ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index cff113c01..049751e80 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -276,13 +276,13 @@ jobs: include: # Latest Godot with different Rust versions - rust: stable - godot: "3.5.1-rc1" + godot: "3.5.1" postfix: '' - rust: nightly - godot: "3.5.1-rc1" + godot: "3.5.1" postfix: ' (nightly)' - rust: '1.63' - godot: "3.5.1-rc1" + godot: "3.5.1" postfix: ' (msrv 1.63)' # Test with oldest supported engine version diff --git a/.github/workflows/minimal-ci.yml b/.github/workflows/minimal-ci.yml index ee994380e..d6c09171d 100644 --- a/.github/workflows/minimal-ci.yml +++ b/.github/workflows/minimal-ci.yml @@ -12,7 +12,7 @@ env: # Local variables # Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480 - GODOT_VER: "3.5.1-rc1" + GODOT_VER: "3.5.1" # Don't use more features like "gdnative_bindings_generator/debug" to keep CI truly minimal GDRUST_FEATURES: "gdnative/async,gdnative/serde"