Skip to content

Commit

Permalink
CI: update to 4.3.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 28, 2024
1 parent aaa82af commit 2aaef1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ jobs:

strategy:
matrix:
gdver: ["4.2.2", "4.3.0-beta.1"]
gdver: ["4.2.2", "4.3.0-beta.2"]
include:
- gdver: "4.2.2"
gdver_full: 4.2.2.stable
templates_url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz
- gdver: "4.3.0-beta.1"
gdver_full: 4.3.beta1
templates_url: https://github.com/godotengine/godot-builds/releases/download/4.3-beta1/Godot_v4.3-beta1_export_templates.tpz
- gdver: "4.3.0-beta.2"
gdver_full: 4.3.beta2
templates_url: https://github.com/godotengine/godot-builds/releases/download/4.3-beta2/Godot_v4.3-beta2_export_templates.tpz


steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

strategy:
matrix:
gdver: ["4.2.2", "4.3.0-beta.1"]
gdver: ["4.2.2", "4.3.0-beta.2"]
include:
- gdver: "4.2.2"
gdver_full: 4.2.2.stable.mono
templates_url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_mono_export_templates.tpz
- gdver: "4.3.0-beta.1"
gdver_full: 4.3.beta1
templates_url: https://github.com/godotengine/godot-builds/releases/download/4.3-beta1/Godot_v4.3-beta1_mono_export_templates.tpz
- gdver: "4.3.0-beta.2"
gdver_full: 4.3.beta2.mono
templates_url: https://github.com/godotengine/godot-builds/releases/download/4.3-beta2/Godot_v4.3-beta2_mono_export_templates.tpz

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2aaef1d

Please sign in to comment.