Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Feb 11, 2025
1 parent 6d18ed1 commit 49b6d47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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#
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", "4.4.0-dev.2"]
gdver: ["4.2.2", "4.3.0", "4.4.0-beta.2"]
include:
- os: ubuntu-latest
name: 🐧🧪C# Only
Expand Down
2 changes: 1 addition & 1 deletion gdext/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"dependencies": [
"freetype"
],
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
"builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836"
}

0 comments on commit 49b6d47

Please sign in to comment.