Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add JDK 21 (LTS) to testing matrix. #599

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

rhusar
Copy link
Collaborator

@rhusar rhusar commented Jul 12, 2024

As discussed on the call.

@starksm64 starksm64 merged commit 68478a5 into arquillian:master Jul 13, 2024
16 checks passed
@rhusar rhusar deleted the ci-jdk21-lts branch July 13, 2024 17:54
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress clean verify
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Late reply, but if we want to run integration tests here we need something like -Pintegration-tests -Pwildfly as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we? I was thinking that this will suffice (for now).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. The integration tests are not enabled by default. There might be a better way to do it with a single profile, but this is what was currently done. You can run with -Pintegration-tests -Pwildfly or -Pintegration-tests -Ppayara.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants