Bump htmx version; add .NET 8 support

This commit is contained in:
2023-11-22 16:09:52 -05:00
parent 8fd6af8c26
commit fcaaa693bc
4 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
dotnet-version: [ "6.0", "7.0" ]
dotnet-version: [ "6.0", "7.0", "8.0" ]
steps:
- uses: actions/checkout@v3