Update version used in templates

This commit is contained in:
Barichello
2021-10-06 14:40:01 -03:00
parent d7fda1c892
commit 03bccd237b
2 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ name: "godot-ci export"
on: push
env:
GODOT_VERSION: 3.2.3
GODOT_VERSION: 3.3.4
EXPORT_NAME: test-project
jobs:
@@ -10,7 +10,7 @@ jobs:
name: Windows Export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.2.3
image: barichello/godot-ci:3.3.4
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
name: Linux Export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.2.3
image: barichello/godot-ci:3.3.4
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -60,7 +60,7 @@ jobs:
name: Web Export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.2.3
image: barichello/godot-ci:3.3.4
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -95,7 +95,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.2.3
image: barichello/godot-ci:3.3.4
steps:
- name: Checkout
uses: actions/checkout@v2