Bumped godot version to 4.4

This commit is contained in:
Rob Kelly 2025-07-18 14:02:58 -06:00
parent bbc8bb9c70
commit 6730fd3620
2 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@ on:
- v*
env:
GODOT_VERSION: 4.3
GODOT_VERSION: 4.4
EXPORT_NAME: ${{ vars.ITCH_GAME }}
PROJECT_PATH: .
@ -17,7 +17,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.3
image: barichello/godot-ci:4.4
strategy:
matrix:
include:

View File

@ -11,9 +11,8 @@ config_version=5
[application]
config/name="${REPO_NAME_TITLE}"
config/features=PackedStringArray("4.2", "Forward Plus")
config/features=PackedStringArray("4.4", "Forward Plus")
run/max_fps=60
config/icon="res://icon.svg"
[debug]