From c18a2bd4285c54b62ce25f4bf97311054a2f92aa Mon Sep 17 00:00:00 2001 From: Dallas Read Date: Wed, 4 Dec 2024 14:03:23 -0400 Subject: [PATCH] Bump CI to supported versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a59d837..fc5832a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: strategy: matrix: dotnet-version: - - '6.0.x' + - '8.0.x' + - '9.0.x' steps: - uses: actions/checkout@v4 - name: Setup dotnet ${{ matrix.dotnet-version }}