@@ -43,7 +43,7 @@ Every matrix dimension will be access by environment variable like `MATRIX_$(upp
4343| -------------------| -------| --------------------| ---------| ---------------------------------------------------|
4444| ref | 2.0.0 | :heavy_minus_sign : | '' | Branch, tag or SHA for checkout |
4545| cmd | 2.0.0 | :exclamation : | - | Running command |
46- | java | 2.0.0 | :heavy_minus_sign : | 8 | _ AdoptJDK_ version (space/comma delimited list) |
46+ | java | 2.0.0 | :heavy_minus_sign : | 11 | _ AdoptJDK_ version (space/comma delimited list) |
4747| scala | 2.0.0 | :heavy_minus_sign : | '' | _ Scala_ version (space/comma delimited list) |
4848| add-dimensions | 2.0.0 | :heavy_minus_sign : | '' | Other matrix dimensions (json object) |
4949| include | 2.0.0 | :heavy_minus_sign : | [ ] | Matrix include's (json object array) |
@@ -58,8 +58,8 @@ Every matrix dimension will be access by environment variable like `MATRIX_$(upp
5858``` yaml
5959uses : playframework/.github/.github/workflows/cmd.yml@v2
6060with :
61- java : 11, 8
62- scala : 2.12.15 , 2.13.8 , 3.0.2
61+ java : 17, 11
62+ scala : 2.12.17 , 2.13.9 , 3.2.0
6363 add-dimensions : >-
6464 {
6565 "color": [ "red", "green"]
@@ -88,7 +88,7 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
8888| Parameter | Since | Required | Default | Description |
8989|-----------|-------|--------------------|---------|------------------------------------|
9090| ref | 2.0.0 | :heavy_minus_sign : | '' | Branch, tag or SHA for checkout |
91- | java | 1.0.0 | :heavy_minus_sign : | 8 | _AdoptJDK_ version |
91+ | java | 1.0.0 | :heavy_minus_sign : | 11 | _AdoptJDK_ version |
9292
9393**How to use**:
9494
@@ -115,7 +115,7 @@ This workflow is used for validate binary compatibility the current version.
115115| Parameter | Since | Required | Default | Description |
116116|-----------|-------|--------------------|---------|------------------------------------|
117117| ref | 2.0.0 | :heavy_minus_sign : | '' | Branch, tag or SHA for checkout |
118- | java | 1.0.0 | :heavy_minus_sign : | 8 | _AdoptJDK_ version |
118+ | java | 1.0.0 | :heavy_minus_sign : | 11 | _AdoptJDK_ version |
119119
120120**How to use**:
121121
0 commit comments