Skip to content

Commit c4b7d72

Browse files
committed
Do not test against Java 25 and 26
1 parent bc39183 commit c4b7d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '11', '17', '21', '25', '26-ea' ]
14+
version: [ '11', '17', '21' ]
1515
name: Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1616
steps:
1717
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)