diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb79b0a..b6466c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: schedule: - - cron: '0 4 * * *' + - cron: "0 4 * * *" pull_request: workflow_dispatch: @@ -11,8 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04] - dotnet: [3.1.x, 5.0.x] + os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] + dotnet: [6.0.x, 7.0.x] steps: - name: Checkout repo uses: actions/checkout@v2 diff --git a/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj b/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj index 8bdbc30..cfb5a42 100644 --- a/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj +++ b/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj @@ -1,29 +1,29 @@ - netcoreapp3.1 - net5.0 + net6.0 + net7.0 - false - false + false + false - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - PreserveNewest - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + PreserveNewest + - +