File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- mongodb-version : [ '4.4', '5.0' ]
16+ mongodb-version : ['4.4.14 ', '5.0.9' ]
1717 java : [ '11', '17' ]
1818 steps :
19192323 distribution : ' corretto'
2424 java-version : ${{ matrix.java }}
2525 - name : Start MongoDB ${{ matrix.mongodb-version }}
26- uses : supercharge /mongodb-github-action@1.7 .0
26+ uses : MongoCamp /mongodb-github-action@0.5 .0
2727 with :
2828 mongodb-version : ${{ matrix.mongodb-version }}
2929 - name : Run tests
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- mongodb-version : [ '4.4', '5.0' ]
16+ mongodb-version : ['4.4.14 ', '5.0.9' ]
1717 java : [ '11', '17' ]
1818 steps :
1919 - uses : actions/checkout@v2
2323 distribution : ' corretto'
2424 java-version : ${{ matrix.java }}
2525 - name : Start MongoDB ${{ matrix.mongodb-version }}
26- uses : supercharge /mongodb-github-action@1.7 .0
26+ uses : MongoCamp /mongodb-github-action@0.5 .0
2727 with :
2828 mongodb-version : ${{ matrix.mongodb-version }}
29- mongodb-replica-set : test-rs
3029 - name : Run tests
3130 run : sbt test
Original file line number Diff line number Diff line change 1111 name : Launch Scala Steward
1212 steps :
1313 - name : Launch Scala Steward
14- uses : scala-steward-org/scala-steward-action@v2.19 .0
14+ uses : scala-steward-org/scala-steward-action@v2.20 .0
1515 with :
1616 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " mongodb-driver" ,
3- "version" : " 2.4.8.snapshot " ,
3+ "version" : " 2.4.8" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/MongoCamp/mongodb-driver.git"
You can’t perform that action at this time.
0 commit comments