Skip to content

Commit

Permalink
fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Feb 26, 2023
1 parent 769c682 commit f026e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
rust: [nightly]
gremlin-server: [3.4.8]
gremlin-server: [3.6.2]
steps:


Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
parallel-finished: true

0 comments on commit f026e5e

Please sign in to comment.