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