We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1608c commit b86a681Copy full SHA for b86a681
.github/workflows/cross-version.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- jdk: [21, 22]
+ jdk: [ 22 ]
22
name: "OpenJDK ${{ matrix.jdk }}"
23
runs-on: ubuntu-latest
24
steps:
0 commit comments