Skip to content

Commit 9b50e00

Browse files
committed
Update demo-projects to Godot 4.5
1 parent 5e76a11 commit 9b50e00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ jobs:
180180
artifact-name: linux-nightly
181181
godot-binary: godot.linuxbsd.editor.dev.x86_64
182182

183-
- name: linux-4.4
183+
- name: linux-4.5
184184
os: ubuntu-22.04
185-
artifact-name: linux-4.4
185+
artifact-name: linux-4.5
186186
godot-binary: godot.linuxbsd.editor.dev.x86_64
187187

188188
# Deliberately don't include:

dodge-the-creeps/godot/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a finished version of the game featured in the 'Your first 2D game'
1818
tutorial in the documentation. For more details, consider
1919
following the tutorial in the documentation."
2020
run/main_scene="res://Main.tscn"
21-
config/features=PackedStringArray("4.4")
21+
config/features=PackedStringArray("4.5")
2222
config/icon="res://icon.png"
2323

2424
[debug]

hot-reload/godot/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ config_version=5
1212

1313
config/name="hot-reload"
1414
run/main_scene="uid://da7eiv1notj7j"
15-
config/features=PackedStringArray("4.4", "Forward Plus")
15+
config/features=PackedStringArray("4.5", "Forward Plus")

0 commit comments

Comments
 (0)