Skip to content

Commit

Permalink
feat: update to 4.3, include 4.3 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Aug 17, 2024
1 parent e4f6479 commit 5ac864a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
godot-version: ['4.1', '4.1.3', '4.2', '4.2.2']
godot-version: ['4.1', '4.1.3', '4.2', '4.2.2', '4.3']
godot-status: ['stable']
include:
- godot-version: '4.3'
godot-status: 'beta2'

steps:
# checkout your repository
- uses: actions/checkout@v4
# run unit tests
- uses: MikeSchulze/gdUnit4-action@v1.0.5
- uses: MikeSchulze/gdUnit4-action@v1.1.1
with:
godot-version: ${{ matrix.godot-version }}
godot-status: ${{ matrix.godot-status }}
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="Log"
run/main_scene="res://src/ExampleScene.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"

[editor_plugins]
Expand Down

0 comments on commit 5ac864a

Please sign in to comment.