We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be491d3 commit 0245175Copy full SHA for 0245175
.github/workflows/lang-csharp-efcore.yml
@@ -39,8 +39,11 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- os: [ 'ubuntu-22.04' ]
43
- dotnet-version: [ '9.0.x' ]
+ os: [ 'ubuntu-latest' ]
+ dotnet-version: [
44
+ '8.x',
45
+ '9.x',
46
+ ]
47
cratedb-version: [ 'nightly' ]
48
49
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
.github/workflows/lang-csharp-npgsql.yml
@@ -40,8 +40,11 @@ jobs:
npgsql-version: [ '8.0.7', '9.0.3' ]
50
0 commit comments