Skip to content

Commit 2cf2e61

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 221a219 commit 2cf2e61

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@ jobs:
4949
npgsql-version: [
5050
'8.*',
5151
'9.*',
52-
'10.*',
53-
'prerelease',
5452
]
5553
cratedb-version: [ 'nightly' ]
54+
include:
55+
- dotnet-version: '10.x'
56+
npgsql-version: '10.*'
57+
- dotnet-version: '10.x'
58+
npgsql-version: 'prerelease'
5659

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

0 commit comments

Comments
 (0)