Skip to content

Commit

Permalink
Merge pull request #54 from ropalka/ci-jdk21
Browse files Browse the repository at this point in the history
Adding JDK21 to CI configuration script
  • Loading branch information
ropalka authored Mar 1, 2024
2 parents 7a456d2 + f3f8860 commit 8d9b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
jdk-distribution: [temurin, adopt-openj9]
jdk-version: [11, 17]
jdk-version: [11, 17, 21]
steps:
- name: Configure runner - Linux
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 8d9b0de

Please sign in to comment.