Skip to content

chore: Bump Microsoft.Extensions.Http and Microsoft.Extensions.Logging #283

chore: Bump Microsoft.Extensions.Http and Microsoft.Extensions.Logging

chore: Bump Microsoft.Extensions.Http and Microsoft.Extensions.Logging #283

Workflow file for this run

name: QA
on: pull_request
concurrency:
group: qa-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
qa:
name: QA (.NET ${{ matrix.dotnet-version }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
dotnet-version: ['8.0.x', '9.0.x', '10.0.x']
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Use .NET 8.0
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
- name: Use .NET 9.0
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.0.x'
- name: Use .NET 10.0
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Run QA
run: make qa