diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index eb06bd5..62b197d 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -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: diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 1cd3363..ceec364 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -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