Skip to content

Commit 2e8fb71

Browse files
sullistschuchortdev
authored andcommitted
ci: JDK 8, 11, 15
1 parent 1b67d98 commit 2e8fb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
java: [ '1.8.0', '11.0.x' ]
8+
java: [ '8', '11', '15' ]
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Set up JDK
11+
- name: Set up JDK ${{ matrix.java }}
1212
uses: actions/setup-java@v1
1313
with:
1414
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)