We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c8ee2 commit eaa2f9cCopy full SHA for eaa2f9c
1 file changed
.github/workflows/lang-csharp-efcore.yml
@@ -49,11 +49,16 @@ jobs:
49
npgsql-version: [
50
'8.*',
51
'9.*',
52
- '10.*',
53
- 'prerelease',
54
]
55
cratedb-version: [ 'nightly' ]
56
+ # Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 needs .NET10.
+ include:
57
+ - dotnet-version: '10.x'
58
+ npgsql-version: '10.*'
59
60
+ npgsql-version: 'prerelease'
61
+
62
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
63
services:
64
cratedb:
0 commit comments