Skip to content

Bump Polyfill from 7.12.0 to 8.9.0 #4319

Bump Polyfill from 7.12.0 to 8.9.0

Bump Polyfill from 7.12.0 to 8.9.0 #4319

name: Unittests
on: [push, pull_request]
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.401", "9"]
steps:
- uses: actions/checkout@v5
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run Tests
run: dotnet test --configuration Release