diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 1420585..e806d04 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -270,7 +270,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"] include: - os: ubuntu-latest name: 🐧GdsGameProject @@ -351,7 +351,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"] include: - os: ubuntu-latest name: 🐧🧪GDScript @@ -402,7 +402,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"] include: - os: ubuntu-latest name: 🐧🧪C# diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index e9453f9..dff5e48 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.1"] include: - os: ubuntu-latest name: 🐧🧪C# Only diff --git a/README.md b/README.md index 84d87a5..257aa18 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![](https://img.shields.io/static/v1?label=Godot&message=4.2&color=blue&logo=godotengine) ![](https://img.shields.io/static/v1?label=Godot&message=4.3&color=blue&logo=godotengine) +![](https://img.shields.io/static/v1?label=Godot&message=4.4&color=blue&logo=godotengine) ![](https://github.com/pkdawson/imgui-godot/actions/workflows/dotnet.yml/badge.svg) ![](https://github.com/pkdawson/imgui-godot/actions/workflows/godot.yml/badge.svg)