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