Skip to content

Commit

Permalink
Execute the TCK tests with Java 17 (#2137)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <michael@xlate.io>
  • Loading branch information
MikeEdgar authored Jan 14, 2025
1 parent a17afe6 commit 2cabb1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ jobs:
- name: build with maven
run: mvn -B install -pl '!testsuite/coverage,!testsuite/data,!testsuite/extra,!tools,!tools/gradle-plugin,!tools/maven-plugin,!ui,!ui/open-api-ui,!ui/open-api-ui-forms' -DskipTests

- uses: actions/setup-java@v4
name: set up jdk
with:
distribution: 'temurin'
java-version: 11

- name: execute tck ${{ matrix.tck-version }}
run: mvn -B test -f testsuite/tck/pom.xml -Dsmallrye.commit=$(git rev-parse HEAD) -Dversion.eclipse.microprofile.openapi=${{ matrix.tck-version }}

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/publish-tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
- name: build with maven
run: mvn -B -pl 'testsuite/tck' -am install -DskipTests

- uses: actions/setup-java@v4
name: set up jdk
with:
distribution: 'temurin'
java-version: 11

- name: execute tck ${{ matrix.tck-version }}
run: mvn -B test -f testsuite/tck/pom.xml -Dsmallrye.commit=$(git rev-parse HEAD) -Dversion.eclipse.microprofile.openapi=${{ matrix.tck-version }}

Expand Down

0 comments on commit 2cabb1d

Please sign in to comment.