We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5faf1c commit 37bcd9cCopy full SHA for 37bcd9c
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- java: [ 17, 21, 25 ]
+ java: [ 21, 25 ]
33
name: "Java ${{ matrix.java }}"
34
runs-on: ubuntu-24.04
35
steps:
0 commit comments