Skip to content

Commit

Permalink
Latest major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed May 9, 2024
1 parent 239419d commit d171775
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
- 6379:6379

strategy:
# Run sequentially on the same runner
# max-parallel: 1
matrix:
node-version: [16.x, 18.x]
mongoose-version: [[mongoose@6.12.2, bson@^4.7.2], [mongoose@7.6.4, bson@^5.5.0], [mongoose@latest, bson@^6.5.0]]
mongoose-version: [[mongoose@6.12.8, bson@^4.7.2], [mongoose@7.6.11, bson@^5.5.0], [mongoose@latest, bson@^6.5.0]]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -67,8 +65,6 @@ jobs:
REDIS_PORT: 6379

sonar:
# Run sequentially on the same runner
# needs: tests
name: Coverage & Sonar
runs-on: ubuntu-latest

Expand Down

0 comments on commit d171775

Please sign in to comment.