Skip to content

Commit 0f567d4

Browse files
committed
ci: added java 17 to tests and build with java 17
1 parent a0edec4 commit 0f567d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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', '8.0']
17-
java: [ '21', '25' ]
17+
java: [ '17', '21', '25' ]
1818
steps:
1919
- uses: actions/checkout@main
2020
- name: Setup TimeZone

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "mongodb-driver",
33
"organization" : "dev.mongocamp",
4-
"version" : "3.0.11.snapshot",
4+
"version" : "3.0.11",
55
"author" : "info@mongocamp.dev",
66
"license" : "Apache-2.0",
77
"type" : "module",

0 commit comments

Comments
 (0)