From 5bfff6d1f253de6b3feb123f8fb2c7aa693637cc Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Sat, 27 Jan 2024 14:32:16 +0100 Subject: [PATCH] ci: migrate ci to 8.x --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pull-request-ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f47466..4d5daf3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Build run: dotnet build --configuration Release - name: Test @@ -25,7 +25,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Build run: dotnet build --configuration Release - name: Test diff --git a/.github/workflows/pull-request-ci.yaml b/.github/workflows/pull-request-ci.yaml index b71dcfca..75b3dc2a 100644 --- a/.github/workflows/pull-request-ci.yaml +++ b/.github/workflows/pull-request-ci.yaml @@ -9,7 +9,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Build run: dotnet build --configuration Release - name: Test @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Build run: dotnet build --configuration Release - name: Test diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 27844e77..706f8bab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Build run: dotnet build --configuration Release - name: Test