Skip to content

Commit 411bab2

Browse files
committed
Do not test against Semeru JDK
1 parent 6f2e903 commit 411bab2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
matrix:
1313
distribution: [ 'temurin' ]
1414
version: [ '8', '11', '17', '21', '24', '25-ea' ]
15-
include:
16-
- distribution: 'semeru'
17-
version: '17'
1815
name: Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1916
steps:
2017
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)