From 446164c0e6a4743b3d12357fe5df8489b910befa Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Thu, 25 Apr 2024 22:45:39 +0200 Subject: [PATCH] test with 4.3 too --- .github/workflows/godot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 59e0d0c..c49fc26 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -8,14 +8,15 @@ on: branches-ignore: - godot3 -env: - gdver: "4.2.2" - jobs: export_game: name: Run with Godot runs-on: ubuntu-latest + strategy: + matrix: + gdver: ["4.2.2", "4.3.0-dev.5"] + steps: - uses: actions/checkout@v4 @@ -27,7 +28,7 @@ jobs: - name: Download Godot run: | dotnet tool install --global Chickensoft.GodotEnv - godotenv godot install ${{ env.gdver }} + godotenv godot install ${{ matrix.gdver }} - name: Import resources and build run: |