From 88d20431ced72a570aa38432d51a1b3de1e700a4 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 16 Sep 2025 09:43:21 +0200 Subject: [PATCH] updated CI to godot 4.5 --- .gitea/workflows/main.yaml | 2 +- Movement tests.csproj.old | 131 +++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 Movement tests.csproj.old diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 65f41e82..32b0f58c 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: BumpTag container: - image: barichello/godot-ci:mono-4.4.1 + image: barichello/godot-ci:mono-4.5 steps: - name: Install node, curl and zip diff --git a/Movement tests.csproj.old b/Movement tests.csproj.old new file mode 100644 index 00000000..ef1b7411 --- /dev/null +++ b/Movement tests.csproj.old @@ -0,0 +1,131 @@ + + + net8.0 + true + Movementtests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file