Skip to content

Commit b56b842

Browse files
committed
use only available versions
1 parent 02538c8 commit b56b842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ on:
4242
- 'examples/pom.xml'
4343
- '.github/workflows/**'
4444
jobs:
45-
build:
45+
build-corretto:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
max-parallel: 5
4949
matrix:
50-
java: [8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20 ]
50+
java: [8, 11, 15, 16, 17, 18, 19, 20 ]
5151
name: Java ${{ matrix.java }}
5252
env:
5353
JAVA: ${{ matrix.java }}

0 commit comments

Comments
 (0)