Skip to content

Commit

Permalink
test with 4.3 too
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 25, 2024
1 parent 6ed2f1e commit 446164c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down

0 comments on commit 446164c

Please sign in to comment.