|
@@ -153,7 +153,9 @@ jobs:
|
|
uses: actions/setup-dotnet@v4
|
|
uses: actions/setup-dotnet@v4
|
|
with:
|
|
with:
|
|
# Targeting the oldest version we want to support to ensure it still builds.
|
|
# Targeting the oldest version we want to support to ensure it still builds.
|
|
- dotnet-version: 8.0.100
|
|
|
|
|
|
+ dotnet-version: |
|
|
|
|
+ 6.0.100
|
|
|
|
+ 8.0.100
|
|
|
|
|
|
- name: Compilation
|
|
- name: Compilation
|
|
uses: ./.github/actions/godot-build
|
|
uses: ./.github/actions/godot-build
|