Skip to content

Commit

Permalink
Support for JDK21
Browse files Browse the repository at this point in the history
Motivation:
JDK21 GA has been released

Modification:
Add JDK 21 environment

Result:
Ensures compatibility with JDK21
  • Loading branch information
jchrys committed Oct 2, 2023
1 parent 2a4e463 commit 775b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
java-version: [ 8, 11, 17 ]
java-version: [ 8, 11, 17 , 21]
name: linux-java-${{ matrix.java-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 775b878

Please sign in to comment.