From 07b5b69ac4fa1ae7045b2631f959dd5c165b33c2 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 4 Nov 2024 10:26:15 +0000 Subject: [PATCH] ci: List Godot versions to test one per line This will make future diffs that add and remove engine versions more legible. --- .github/workflows/checks.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index f8057221..7d8131d2 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -27,7 +27,9 @@ jobs: name: Tests strategy: matrix: - godot-version: [4.2.2, 4.3.0] + godot-version: + - 4.2.2 + - 4.3.0 runs-on: ubuntu-latest steps: - name: Checkout