We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2396ebe commit 09cf965Copy full SHA for 09cf965
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
strategy:
13
matrix:
14
os: [ ubuntu-latest, windows-latest ]
15
- # Always test on the latest version and all LTS.
16
- java: [ 11, 17, 21, 23 ]
+ # Always test on the latest version and some LTS.
+ java: [ 17, 21, 23 ]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
0 commit comments