Skip to content

Commit

Permalink
oce
Browse files Browse the repository at this point in the history
  • Loading branch information
trungdlp-wolffun committed Oct 16, 2023
1 parent dfe14a1 commit eeb8f8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21' ]
# mongodb-version: ['4.2', '4.4', '5.0', '6.0']
go-version: [ '1.21' ]
mongodb-version: [ '6.0' ]
go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21' ]
mongodb-version: [ '4.2', '4.4', '5.0', '6.0', '7.0' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit eeb8f8c

Please sign in to comment.