diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ce44250..3fd7643 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: ["8.0.x"] + dotnet: ["8.0.x", "9.0.x"] name: .NET ${{ matrix.dotnet }} diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 2ee7475..0f3cf3a 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -7,7 +7,7 @@ on: env: - vcpkg_tag: 1de2026f28ead93ff1773e6e680387643e914ea1 # 2024.07.12 + vcpkg_tag: 6f29f12e82a8293156836ad81cc9bf5af41fe836 # 2025.01.13 stable_gdver: 4.2.2-stable jobs: @@ -272,7 +272,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] + gdver: ["4.2.2", "4.3.0", "4.4.0-beta.2"] include: - os: ubuntu-latest name: 🐧GdsGameProject @@ -353,7 +353,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] + gdver: ["4.2.2", "4.3.0", "4.4.0-beta.2"] include: - os: ubuntu-latest name: 🐧🧪GDScript @@ -404,7 +404,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] + gdver: ["4.2.2", "4.3.0", "4.4.0-beta.2"] include: - os: ubuntu-latest name: 🐧🧪C# diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 6dba637..48b7e40 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", "4.4.0-dev.2"] + gdver: ["4.2.2", "4.3.0", "4.4.0-beta.2"] include: - os: ubuntu-latest name: 🐧🧪C# Only diff --git a/gdext/vcpkg.json b/gdext/vcpkg.json index 54a147b..5ff4b40 100644 --- a/gdext/vcpkg.json +++ b/gdext/vcpkg.json @@ -2,5 +2,5 @@ "dependencies": [ "freetype" ], - "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1" + "builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836" } \ No newline at end of file