Skip to content

Commit 725a64a

Browse files
committed
use expected java version
1 parent 8ae0179 commit 725a64a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
java: [8, 11, 17]
1712
steps:
1813
- uses: actions/checkout@v4
1914

2015
- name: Set up Java
2116
uses: actions/setup-java@v4
2217
with:
2318
distribution: temurin
24-
java-version: ${{ matrix.java }}
19+
java-version: "17"
2520
cache: maven
2621

2722
- name: Build

0 commit comments

Comments
 (0)