Bumped godot version to 4.4
This commit is contained in:
parent
bbc8bb9c70
commit
6730fd3620
@ -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:
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user