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 2dbabd7 commit a70d2c3Copy full SHA for a70d2c3
.github/workflows/test.yml
@@ -12,17 +12,17 @@ jobs:
12
strategy:
13
matrix:
14
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
15
- java-version: ['11',' 17', '19']
16
- distribution: ['zulu', 'temurin']
+ java-version: ["11", " 17", "19"]
+ distribution: ["zulu", "temurin"]
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v2
20
21
- - name: Set up JDK
22
- uses: actions/setup-java@v3
23
- with:
24
- distribution: ${{ matrix.distribution }}
25
- java-version: ${{ matrix.java-version }}
+ - name: Set up JDK
+ uses: actions/setup-java@v3
+ with:
+ distribution: ${{ matrix.distribution }}
+ java-version: ${{ matrix.java-version }}
26
27
- name: Test
28
env:
0 commit comments