Skip to content

Commit 95ee699

Browse files
committed
retry matrix strategy in github action
1 parent 9f387f9 commit 95ee699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
josm-version:
22+
josm-versions:
2323
- latest
2424
- tested
2525
- release
2626
jdk:
2727
- 11
2828
- 17
2929

30-
name: Build plugin - JDK {{ matrix.jdk }}, minJosmVersion={{ matrix.josm-version }}
30+
name: Build plugin - JDK {{ matrix.jdk }}, minJosmVersion={{ matrix.josm-versions }}
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v3
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
DISPLAY: ":19"
4949
with:
50-
arguments: build -Pplugin.josmCompileVersion={{ matrix.josm-version}} -Pgraalvm.jdk=java{{ matrix.jdk }}
50+
arguments: build -Pplugin.josmCompileVersion={{ matrix.josm-versions}} -Pgraalvm.jdk=java{{ matrix.jdk }}

0 commit comments

Comments
 (0)