From 904f899dee890a1aaf4092ba7b09ee42cf4b0fc5 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 4 Nov 2024 10:26:15 +0000 Subject: [PATCH] Run tests with Godot 4.4 prerelease This is potentially interesting because we have translation-related code that behaves differently between 4.4 (which has some new API) and older versions (which do not). --- .github/workflows/checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index fc66392c..92ab68ea 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -30,6 +30,7 @@ jobs: godot-version: - 4.2.2 - 4.3.0 + - 4.4.0-dev3 runs-on: ubuntu-latest steps: - name: Checkout