Skip to content

Commit a3e90b1

Browse files
author
Shashank Sinha
authored
Update test matrix for CI pipeline (#441)
Test matrix should test exporter against all versions of MongoDB which are officially supported. Hence MongoDB 5.0 is added. MongoDB 3.6 versions are removed, since they have hit EOL.
1 parent 8be3837 commit a3e90b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
go-version:
2323
- 1.17.x
2424
image:
25-
- mongo:3.6
2625
- mongo:4.0
2726
- mongo:4.2
2827
- mongo:4.4
29-
- percona/percona-server-mongodb:3.6
28+
- mongo:5.0
3029
- percona/percona-server-mongodb:4.0
3130
- percona/percona-server-mongodb:4.2
31+
- percona/percona-server-mongodb:4.4
3232
os: [ubuntu-latest]
3333
may-fail: [false]
3434

0 commit comments

Comments
 (0)