Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Sep 27, 2022
1 parent c722047 commit 19b6cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
node-version: [14, 16, 18]
arangodb-version:
- arangodb/arangodb:3.8
- arangodb/arangodb:3.9
- arangodb:3.8
- arangodb:3.9
- arangodb/arangodb-preview:3.10-nightly

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
node-version: [14, 16, 18]
arangodb-version:
- arangodb/arangodb:3.8
- arangodb/arangodb:3.9
- arangodb:3.8
- arangodb:3.9
- arangodb/arangodb-preview:3.10-nightly

container:
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
strategy:
matrix:
arangodb-version:
- arangodb/arangodb:3.8
- arangodb/arangodb:3.9
- arangodb:3.8
- arangodb:3.9
- arangodb/arangodb-preview:3.10-nightly

container:
Expand Down

0 comments on commit 19b6cf5

Please sign in to comment.