From 9682f94de909cd7e2e76aae7d6491f035f95c9b2 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Wed, 10 Jul 2024 17:44:19 +0200 Subject: [PATCH] CI: test 4.3-beta3 --- .github/workflows/gdext.yml | 6 +++--- .github/workflows/godot.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index a3d4597..c0888f1 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -286,7 +286,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-beta.2"] + gdver: ["4.2.2", "4.3.0-beta.3"] include: - os: ubuntu-latest name: 🐧GdsGameProject @@ -367,7 +367,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-beta.2"] + gdver: ["4.2.2", "4.3.0-beta.3"] include: - os: ubuntu-latest name: 🐧🧪GDScript @@ -415,7 +415,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-beta.2"] + gdver: ["4.2.2", "4.3.0-beta.3"] include: - os: ubuntu-latest name: 🐧🧪C# diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 3690bc2..aa5971b 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-beta.2"] + gdver: ["4.2.2", "4.3.0-beta.3"] include: - os: ubuntu-latest name: 🐧🧪C# Only