From 9e473b3740483a40db251d435f93be9a0184e4f9 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..cc3d1088 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-dev7 runs-on: ubuntu-latest steps: - name: Checkout