Skip to content

Commit 70edd64

Browse files
committed
ci: removed java 21 from test (sbt not started)
1 parent 3a78a4b commit 70edd64

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', '21' ]
17+
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/checkout@main
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', '21' ]
17+
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/checkout@main
2020
- name: Set up JDK ${{ matrix.Java }}

0 commit comments

Comments
 (0)