Skip to content

Commit 169b039

Browse files
committed
Fix ubuntu workflow
1 parent 3d26919 commit 169b039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- '4.2'
2121
- '4.0'
2222
- '3.6'
23-
include:
24-
- molecule_distro: ubuntu2004
25-
mongodb_version: '4.4'
23+
include:
24+
- molecule_distro: ubuntu2004
25+
mongodb_version: '4.4'
2626
env:
2727
MONGODB_VERSION: ${{ matrix.mongodb_version }}
2828
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}

0 commit comments

Comments
 (0)