Skip to content

Commit

Permalink
Add .NET 9 CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 22, 2024
1 parent a049680 commit 6e55dee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ on:

jobs:
build_and_test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
dotnet: [8.0.x, 9.0.x]
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 6e55dee

Please sign in to comment.