diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64208b3..2290c0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ on: - cron: '22 23 * * 5' concurrency: - group: test-action + group: test-action-${{ github.ref }} cancel-in-progress: true jobs: @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ] - java: [ '8', '11', '16' ] + java: [ '8', '11', '17' ] maven: [ '3.5.4', '3.6.3', '3.8.3' ] fail-fast: false @@ -53,3 +53,10 @@ jobs: - run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.3 shell: bash + + test-ok: + name: Test OK + runs-on: ubuntu-latest + needs: [ test, test-deault ] + steps: + - run: echo OK