Skip to content

Commit

Permalink
ci: removed java 21 from test (sbt not started)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Nov 4, 2023
1 parent 3a78a4b commit 70edd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17', '21' ]
java: [ '11', '17' ]
steps:
- uses: actions/checkout@main
- name: Setup TimeZone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17', '21' ]
java: [ '11', '17' ]
steps:
- uses: actions/checkout@main
- name: Set up JDK ${{ matrix.Java }}
Expand Down

0 comments on commit 70edd64

Please sign in to comment.