Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main", "develop" ]

env:
GODOT_VERSION: 4.6
GODOT_VERSION: 4.7
PROJECT_PATH: .

jobs:
Expand All @@ -19,7 +19,7 @@ jobs:
os: windows
file: samory.exe
container:
image: barichello/godot-ci:4.6
image: barichello/godot-ci:4.7
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-live-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
REF_CHECKOUT_BRANCH: main
RELEASE_ARTIFACT_FOLDER: artifacts
GODOT_VERSION: 4.6
GODOT_VERSION: 4.7
PROJECT_PATH: .
DEBUG: false

Expand All @@ -31,7 +31,7 @@ jobs:
os: web
file: index.html
container:
image: barichello/godot-ci:4.6
image: barichello/godot-ci:4.7
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
[application]

config/name="Samory"
config/version="0.19.8"
config/version="0.20.0"
config/tags=PackedStringArray("public")
run/main_scene="res://shared/global_entities/game_manager/scenes/GameManager.tscn"
config/features=PackedStringArray("4.6", "GL Compatibility")
config/features=PackedStringArray("4.7", "GL Compatibility")
run/max_fps=60
config/icon="uid://c1ftk6esewq5"

Expand Down
Loading