Skip to content

Commit eaa2f9c

Browse files
committed
.NET: Stop testing Npgsql EF Core 10 with net8.0 and net9.0
Package Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 is not compatible with {net8.0,net9.0}.
1 parent 85c8ee2 commit eaa2f9c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,16 @@ jobs:
4949
npgsql-version: [
5050
'8.*',
5151
'9.*',
52-
'10.*',
53-
'prerelease',
5452
]
5553
cratedb-version: [ 'nightly' ]
5654

55+
# Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 needs .NET10.
56+
include:
57+
- dotnet-version: '10.x'
58+
npgsql-version: '10.*'
59+
- dotnet-version: '10.x'
60+
npgsql-version: 'prerelease'
61+
5762
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
5863
services:
5964
cratedb:

0 commit comments

Comments
 (0)