Skip to content

Commit

Permalink
Run tests with Godot 4.4 prerelease
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
wjt committed Dec 18, 2024
1 parent 26f39de commit 6964485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
godot-version:
- 4.2.2
- 4.3.0
- 4.4.0-dev6
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6964485

Please sign in to comment.