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 bc39183 commit c4b7d72Copy full SHA for c4b7d72
.github/workflows/test-supported-java-versions.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
distribution: [ 'temurin' ]
14
- version: [ '11', '17', '21', '25', '26-ea' ]
+ version: [ '11', '17', '21' ]
15
name: Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
16
steps:
17
- uses: actions/checkout@v5
0 commit comments