Skip to content

Commit 3b4f628

Browse files
author
Shashank Sinha
authored
Update test matrix (#548)
- MongoDB 4.0 hit EOL in April 2022. So removing it from test matrix - Added Percona Server for MongoDB 5.0 - Updated tip version of MongoDB from 4.2 to 4.4
1 parent a93ca32 commit 3b4f628

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,20 @@ jobs:
2222
go-version:
2323
- 1.17.x
2424
image:
25-
- mongo:4.0
2625
- mongo:4.2
2726
- mongo:4.4
2827
- mongo:5.0
29-
- percona/percona-server-mongodb:4.0
3028
- percona/percona-server-mongodb:4.2
3129
- percona/percona-server-mongodb:4.4
30+
- percona/percona-server-mongodb:5.0
3231
os: [ubuntu-latest]
3332
may-fail: [false]
3433

3534
include:
3635
# test only one image on tip to detect major Go changes earlier
3736
# without wasting too much time on CI
3837
- go-version: tip
39-
image: mongo:4.2
38+
image: mongo:4.4
4039
os: ubuntu-latest
4140
may-fail: true
4241

0 commit comments

Comments
 (0)