Skip to content

Commit 5d396cc

Browse files
committed
-
1 parent 01e852f commit 5d396cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
dotnet:
19-
- 6.0.200
19+
- 7.x
2020
arango:
21+
- "arangodb:3.10"
2122
- "arangodb:3.9"
22-
- "arangodb:3.8"
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.200
19+
dotnet-version: 7.x
2020

2121
- name: Build Version
2222
id: vars

0 commit comments

Comments
 (0)