Skip to content

Commit 0bc6c6e

Browse files
committed
CI: build only with Java 17.
1 parent bdc840d commit 0bc6c6e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build workflow
1+
# Build CI workflow
22

33
name: CI
44

@@ -16,11 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818

19-
strategy:
20-
matrix:
21-
java: [ '11', '17' ]
22-
23-
name: Java ${{ matrix.Java }} build
19+
name: Java build
2420

2521
steps:
2622
- uses: actions/checkout@v2
@@ -29,7 +25,7 @@ jobs:
2925
- name: Set up JDK
3026
uses: actions/setup-java@v2
3127
with:
32-
java-version: ${{ matrix.java }}
28+
java-version: '17'
3329
distribution: 'adopt'
3430

3531
# Build

0 commit comments

Comments
 (0)