Skip to content

Commit

Permalink
test: Added Java 21 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Nov 2, 2023
1 parent 27f8045 commit bdd695b
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
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
java: [ '11', '17', '21' ]
steps:
- uses: actions/checkout@v3.0.0
- name: Setup TimeZone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other_test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
java: [ '11', '17', '21' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.Java }}
Expand Down

0 comments on commit bdd695b

Please sign in to comment.