Skip to content

Commit 18f79d5

Browse files
authored
Merge pull request #1062 from RadenTheFolf/4.3-net-6
Ensure .NET 6 available for tests
2 parents 8898216 + 8219531 commit 18f79d5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/linux_builds.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,14 @@ jobs:
150150
run: |
151151
sudo rm -rf /usr/share/dotnet/sdk/*
152152
153-
- name: Setup older .NET SDK as baseline
153+
- name: Setup older .NET 6 SDK as baseline
154+
if: matrix.build-mono
155+
uses: actions/setup-dotnet@v4
156+
with:
157+
# Targeting the oldest version we want to support to ensure it still builds.
158+
dotnet-version: 6.0.428
159+
160+
- name: Setup older .NET 8 SDK as baseline
154161
if: matrix.build-mono
155162
uses: actions/setup-dotnet@v4
156163
with:

0 commit comments

Comments
 (0)