File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 4141 jdk-matrix :
4242 description : ' jdk matrix as json array'
4343 required : false
44- default : ' [ "8", "11", "17" ]'
44+ default : ' [ "8", "11", "17", "21" ]'
4545 type : string
4646
4747 matrix-exclude :
9696 - name : Build with Maven
9797 run : ./mvnw ${{ inputs.maven_args }}
9898
99- build-experimental :
100- name : Experimental Java 21 build
101- needs : build
102-
103- runs-on : ubuntu-latest
104- strategy :
105- fail-fast : false
106- continue-on-error : true
107- steps :
108- - name : Checkout
109- uses : actions/checkout@v4
110-
111- - name : Set up JDK
112- uses : actions/setup-java@v4
113- with :
114- java-version : ' 21'
115- distribution : ' corretto'
116- cache : ' maven'
117-
118- - name : Set up Maven
119- run : mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
120-
121- - name : Build with Maven
122- run : ./mvnw ${{ inputs.maven_args }}
123-
12499 verify :
125100 needs : build
126101 name : ${{ matrix.os }} jdk-${{ matrix.jdk }}-${{ matrix.distribution }}
You can’t perform that action at this time.
0 commit comments