Skip to content

Commit

Permalink
CI: add Godot 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 27, 2024
1 parent 013abeb commit 7440ffd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7440ffd

Please sign in to comment.