File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 ' 8.x' ,
4646 ' 9.x' ,
4747 ' 10.x' ,
48+ ' 11.x' ,
4849 ]
4950 npgsql-version : [
5051 ' 8.*' ,
5455 ]
5556 cratedb-version : [ 'nightly' ]
5657
57- # Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 and higher needs .NET10.
5858 exclude :
59+
60+ # Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 and higher needs .NET10.
5961 - dotnet-version : ' 8.x'
6062 npgsql-version : ' 10.*'
6163 - dotnet-version : ' 8.x'
6567 - dotnet-version : ' 9.x'
6668 npgsql-version : ' prerelease'
6769
70+ # Npgsql.EntityFrameworkCore.PostgreSQL 11.0.0 is not compatible with .NET10.
71+ - dotnet-version : ' 10.x'
72+ npgsql-version : ' prerelease'
73+
74+ # Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 is not compatible with .NET11.
75+ - dotnet-version : ' 11.x'
76+ npgsql-version : ' 10.*'
77+
6878 # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
6979 services :
7080 cratedb :
Original file line number Diff line number Diff line change 4545 ' 8.x' ,
4646 ' 9.x' ,
4747 ' 10.x' ,
48+ ' 11.x' ,
4849 ]
4950 npgsql-version : [
5051 ' 8.*' ,
5455 ]
5556 cratedb-version : [ 'nightly' ]
5657
58+ exclude :
59+
60+ # .NET11 needs Npgsql.PostgreSQL 10.0.0 and higher.
61+ - dotnet-version : ' 11.x'
62+ npgsql-version : ' 8.*'
63+ - dotnet-version : ' 11.x'
64+ npgsql-version : ' 9.*'
65+
5766 # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
5867 services :
5968 cratedb :
You can’t perform that action at this time.
0 commit comments