This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new e1877ab Add compile-check for Java 17
e1877ab is described below
commit e1877ab14f6c84fd38d4573f04a515734b093812
Author: Steve Yurong Su <[email protected]>
AuthorDate: Fri Mar 7 15:21:41 2025 +0800
Add compile-check for Java 17
---
.github/workflows/compile-check.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/compile-check.yml
b/.github/workflows/compile-check.yml
index 95a245b..6205f98 100644
--- a/.github/workflows/compile-check.yml
+++ b/.github/workflows/compile-check.yml
@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [8, 11]
+ java: [8, 11, 17]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
@@ -47,4 +47,4 @@ jobs:
- name: Compiler Test
shell: bash
run: |
- mvn clean compile -P with-integration-tests -ntp
\ No newline at end of file
+ mvn clean compile -P with-integration-tests -ntp