Skip to content

Commit

Permalink
add support for Godot 4.1 (#198)
Browse files Browse the repository at this point in the history
add Godot 4.1
  • Loading branch information
bitbrain committed Jul 6, 2023
1 parent 1b4a409 commit 98a3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beehave-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
godot-version: ['4.0.1', '4.0.2', '4.0.3']
godot-version: ['4.0.1', '4.0.2', '4.0.3', '4.1']

name: "🤖 CI on Godot ${{ matrix.godot-version }}"
uses: ./.github/workflows/unit-tests.yml
Expand Down

0 comments on commit 98a3784

Please sign in to comment.