Skip to content

Commit 736114a

Browse files
author
Konstantin
committed
wip
1 parent 7846138 commit 736114a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integrationtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
dotnet-version: ["8.0.100", "9"]
14+
dotnet-version: ["9"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout code

.github/workflows/release_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 8.0.100
15+
dotnet-version: 9
1616
- name: Build/Check for compile errors (dotnet build)
1717
working-directory: "TransformerBeeClient"
1818
run: dotnet build --configuration Release

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
dotnet-version: ["8.0.100", "9"]
13+
dotnet-version: ["9"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)