Skip to content

Commit 2255336

Browse files
committed
net9 on CI
1 parent 0569938 commit 2255336

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
dotnet-version: |
3131
6.0.x
3232
8.0.x
33+
9.0.x
3334
- name: .NET Build
3435
run: dotnet build Build.csproj -c Release /p:CI=true
3536
- name: StackExchange.Redis.Tests

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ install:
99
choco install dotnet-6.0-sdk
1010
1111
choco install dotnet-7.0-sdk
12+
13+
choco install dotnet-9.0-sdk
1214
1315
cd tests\RedisConfigs\3.0.503
1416

0 commit comments

Comments
 (0)