From 0dd845c08a6c105b2a322f4eeb70b7ff8679b838 Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Fri, 6 Oct 2023 21:14:34 +0200 Subject: [PATCH] chore: update to the latest gremlin server in GH actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77c53b9c..c6ee807a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-latest] rust: [stable] - gremlin-server: [3.5.5, 3.6.2] + gremlin-server: [3.5.7, 3.6.5] steps: - uses: actions/checkout@v2