Skip to content

Commit

Permalink
Add JDK 21 to the bulk of testing jobs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Feb 26, 2024
1 parent a6abe06 commit 8801c8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
name: "17",
java-version: 17,
}
- {
name: "21",
java-version: 21,
}
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
Expand Down Expand Up @@ -150,6 +154,10 @@ jobs:
name: "17",
java-version: 17,
}
- {
name: "21",
java-version: 21,
}
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
Expand Down Expand Up @@ -285,6 +293,10 @@ jobs:
name: "17",
java-version: 17,
}
- {
name: "21",
java-version: 21,
}
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
Expand Down Expand Up @@ -383,6 +395,10 @@ jobs:
name: "17",
java-version: 17,
}
- {
name: "21",
java-version: 21,
}
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
Expand Down

0 comments on commit 8801c8c

Please sign in to comment.