Skip to content

Commit

Permalink
add JDK 17 and 21 testings for branch 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed May 13, 2024
1 parent 21563bd commit 338df5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jberet-2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
jdk-distribution: [ temurin ]
jdk-version: [ 11 ]
jdk-version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.jdk-distribution }} ${{ matrix.jdk-version }}
Expand Down

0 comments on commit 338df5f

Please # to comment.