Skip to content

Commit bdd695b

Browse files
committed
test: Added Java 21 to test
1 parent 27f8045 commit bdd695b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
17-
java: [ '11', '17' ]
17+
java: [ '11', '17', '21' ]
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Setup TimeZone

.github/workflows/other_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
17-
java: [ '11', '17' ]
17+
java: [ '11', '17', '21' ]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up JDK ${{ matrix.Java }}

0 commit comments

Comments
 (0)