Skip to content

Commit d7693aa

Browse files
committed
CI: Validate .NET 11
1 parent e057052 commit d7693aa

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
'8.x',
4646
'9.x',
4747
'10.x',
48+
'11.x',
4849
]
4950
npgsql-version: [
5051
'8.*',
@@ -64,6 +65,8 @@ jobs:
6465
npgsql-version: '10.*'
6566
- dotnet-version: '9.x'
6667
npgsql-version: 'prerelease'
68+
- dotnet-version: '10.x'
69+
npgsql-version: 'prerelease'
6770

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
'8.x',
4646
'9.x',
4747
'10.x',
48+
'11.x',
4849
]
4950
npgsql-version: [
5051
'8.*',
@@ -54,6 +55,13 @@ jobs:
5455
]
5556
cratedb-version: [ 'nightly' ]
5657

58+
# .NET11 needs Npgsql.PostgreSQL 10.0.0 and higher.
59+
exclude:
60+
- dotnet-version: '11.x'
61+
npgsql-version: '8.*'
62+
- dotnet-version: '11.x'
63+
npgsql-version: '9.*'
64+
5765
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
5866
services:
5967
cratedb:

0 commit comments

Comments
 (0)