supercharge / mongodb-github-action

Use MongoDB in GitHub Actions
MIT License
222 stars 46 forks source link

Mongo 5 is supported #28

Closed literakl closed 2 years ago

literakl commented 2 years ago

Please update the documentation, I have successfully used: mongodb-version: [5.0]

Unable to find image 'mongo:5' locally
5: Pulling from library/mongo
MongoDB shell version v5.0.5
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("d5cb1536-a367-4eb2-ae91-824265fc1d88") }
MongoDB server version: 5.0.5
{
    "host" : "cf086a7ae180",
    "version" : "5.0.5",
marcuspoehls commented 2 years ago

@literakl Hey, yep MongoDB 5.0 works fine. Do you want to submit a pull request adding the support for Mongo 5 to the docs?