Skip to content

Commit

Permalink
[ISSUE apache#5177] add JDK 21 CI (apache#5423)
Browse files Browse the repository at this point in the history
* [ISSUE apache#5177] add JDK21 test

* add distribution

* rollback

* upgrade bytebuddy

* upgrade jacoco-maven-plugin

* rollback

---------

Co-authored-by: hailang <[email protected]>
  • Loading branch information
loongs-zhang and hailang authored Jan 27, 2024
1 parent b45d0e6 commit 07aa062
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
os: ubuntu-latest
- java: 17
os: ubuntu-latest
- java: 18
os: ubuntu-latest
- java: 19
os: ubuntu-latest
- java: 20
os: ubuntu-latest
- java: 21
os: ubuntu-latest
runs-on: ${{ matrix.os }}
if: (github.repository == 'apache/shenyu')
steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<javatuples.version>1.2</javatuples.version>
<k8s-client.version>17.0.2</k8s-client.version>
<polaris.version>1.13.0</polaris.version>
<bytebuddy.version>1.12.6</bytebuddy.version>
<bytebuddy.version>1.14.11</bytebuddy.version>
<spring-ldap.version>2.3.4.RELEASE</spring-ldap.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<mail.version>1.6.2</mail.version>
Expand Down

0 comments on commit 07aa062

Please sign in to comment.