Skip to content

chore: bump version to 0.0.1-alpha.4 #39

chore: bump version to 0.0.1-alpha.4

chore: bump version to 0.0.1-alpha.4 #39

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test (.NET ${{ matrix.dotnet-version }})
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.x", "9.0.x"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ matrix.dotnet-version }}
- run: dotnet test