Skip to content

Commit bc39183

Browse files
committed
Test against Java 25 and 26 EA
1 parent 3671593 commit bc39183

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' ]
14+
version: [ '11', '17', '21', '25', '26-ea' ]
1515
name: Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1616
steps:
1717
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)