Skip to content

Commit 0245175

Browse files
committed
.NET/CI: Validate on .NET 8.x and 9.x
1 parent be491d3 commit 0245175

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/lang-csharp-efcore.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ 'ubuntu-22.04' ]
43-
dotnet-version: [ '9.0.x' ]
42+
os: [ 'ubuntu-latest' ]
43+
dotnet-version: [
44+
'8.x',
45+
'9.x',
46+
]
4447
cratedb-version: [ 'nightly' ]
4548

4649
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers

.github/workflows/lang-csharp-npgsql.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ 'ubuntu-22.04' ]
44-
dotnet-version: [ '9.0.x' ]
43+
os: [ 'ubuntu-latest' ]
44+
dotnet-version: [
45+
'8.x',
46+
'9.x',
47+
]
4548
npgsql-version: [ '8.0.7', '9.0.3' ]
4649
cratedb-version: [ 'nightly' ]
4750

0 commit comments

Comments
 (0)