Skip to content

Commit bddd3bb

Browse files
reduce redundent command
1 parent 9fd241c commit bddd3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java-version: ["8", "14", "17", "21", "25"]
17+
java-version: ["8", "14", "17", "21"]
1818
permissions:
1919
contents: read
2020
steps:
@@ -27,7 +27,7 @@ jobs:
2727
java-version: ${{ matrix.java-version }}
2828
distribution: "adopt"
2929
- name: Compile
30-
run: ./scripts/run_no_prep_tests.sh clean compile test-compile
30+
run: ./scripts/run_no_prep_tests.sh clean test-compile
3131
env:
3232
CI_ARGS: "--batch-mode"
3333
MAVEN_OPTS: "-Xmx8g -Xms1g"

0 commit comments

Comments
 (0)