From 4ab8a24e5a4a4c1a6298a470f85531a823ba35a3 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 1d4e315c..ac4f67ad 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -34,6 +34,7 @@ jobs: matrix: godot-version: - 4.3.0 + - 4.4.0-dev6 runs-on: ubuntu-latest steps: - name: Checkout