We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ad2e commit def012dCopy full SHA for def012d
.github/workflows/test.yml
@@ -9,17 +9,14 @@ on:
9
jobs:
10
testing:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- java-version: [11, 13, 17]
15
steps:
16
- uses: actions/checkout@v4
17
- name: validate gradle wrapper
18
uses: gradle/wrapper-validation-action@v1
19
- - name: Set up JDK ${{ matrix.java-version }}
20
- uses: actions/setup-java@v1
+ - name: Set up JDK
+ uses: actions/setup-java@v4
21
with:
22
- java-version: ${{ matrix.java-version }}
+ java-version: 17
23
distribution: 'microsoft'
24
25
- name: Cache Gradle packages
0 commit comments