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 01e852f commit 5d396ccCopy full SHA for 5d396cc
.github/workflows/build.yml
@@ -16,10 +16,10 @@ jobs:
16
strategy:
17
matrix:
18
dotnet:
19
- - 6.0.200
+ - 7.x
20
arango:
21
+ - "arangodb:3.10"
22
- "arangodb:3.9"
- - "arangodb:3.8"
23
steps:
24
- uses: actions/checkout@v2
25
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 6.0.200
+ dotnet-version: 7.x
- name: Build Version
id: vars
0 commit comments