We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae0179 commit 725a64aCopy full SHA for 725a64a
.github/workflows/ci.yml
@@ -9,19 +9,14 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
-
13
- strategy:
14
- fail-fast: false
15
- matrix:
16
- java: [8, 11, 17]
17
steps:
18
- uses: actions/checkout@v4
19
20
- name: Set up Java
21
uses: actions/setup-java@v4
22
with:
23
distribution: temurin
24
- java-version: ${{ matrix.java }}
+ java-version: "17"
25
cache: maven
26
27
- name: Build
0 commit comments