Skip to content

Commit

Permalink
Merge pull request #1388 from camunda/np-run-with-java-21
Browse files Browse the repository at this point in the history
build: run TC tests with Java 21
  • Loading branch information
npepinpe authored Jan 5, 2025
2 parents d076afc + 16ca841 commit 2fce358
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,9 @@ jobs:
IMAGE_NAME_KEY: container.image.name
IMAGE_TAG_KEY: container.image.tag

- name: Downgrade Java environment
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: maven

# Deleting .mvn/jvm.config is a workaround for JDK8, which does not support the --add-exports options
- name: Build
id: build
run: |
rm .mvn/jvm.config
mvn clean -B -U -pl ":zeebe-process-test-qa-testcontainers" -P !localBuild -am "-Dsurefire.rerunFailingTestsCount=5" install -DskipChecks
- name: Archive Test Results
Expand Down

0 comments on commit 2fce358

Please sign in to comment.