This is an automated email from the ASF dual-hosted git repository.
linghengqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new c56ab166f JDK 21 is go GA now (#2278)
c56ab166f is described below
commit c56ab166f5bf79fb796571fbcd1e2a326f8f79b0
Author: Mingyuan Wu <[email protected]>
AuthorDate: Sun Oct 15 11:40:53 2023 +0800
JDK 21 is go GA now (#2278)
JDK 21 is go GA now
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 37e27cf8a..aadcf1e40 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
build:
strategy:
matrix:
- java: [ 8, 17, 21-ea ]
+ java: [ 8, 17, 21 ]
os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}