Tibor17 commented on a change in pull request #422:
URL: https://github.com/apache/maven-surefire/pull/422#discussion_r788127170
##########
File path: .github/workflows/maven-verify.yml
##########
@@ -25,9 +25,29 @@ on:
jobs:
build:
- name: Verify
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
- with:
- ff-goal: 'install'
- verify-goal: 'install -P run-its'
- verify-fail-fast: false
+ strategy:
+ matrix:
+ os: [ubuntu-latest, windows-latest, macOS-latest]
+ java: [8, 11, 17]
+ jdk: [temurin, zulu]
+ fail-fast: false
+
+ runs-on: ${{ matrix.os }}
+ timeout-minutes: 120
+ steps:
+ - name: Verify
+ uses:
apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
Review comment:
@slawekjaranowski
This change does not exit in this branch any longer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]