Skip to content

vertx-hazelcast (5.x) #667

vertx-hazelcast (5.x)

vertx-hazelcast (5.x) #667

Workflow file for this run

name: vertx-hazelcast (5.x)
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 5 * * *'
jobs:
CI:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 21 ]
hz: [ 5.4.0, 5.5.0 ]
include:
- os: ubuntu-latest
jdk: 11
hz: 5.3.8
- os: ubuntu-latest
jdk: 11
hz: 5.3.8
profile: '-Ptest-jpms'
uses: ./.github/workflows/ci.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
jdk: ${{ matrix.jdk }}
os: ${{ matrix.os }}
hz: ${{ matrix.hz }}
profile: ${{ matrix.profile }}
secrets: inherit
IT:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 21 ]
hz: [ 5.4.0, 5.5.0 ]
include:
- os: ubuntu-latest
jdk: 11
hz: 5.3.8
uses: ./.github/workflows/it.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
jdk: ${{ matrix.jdk }}
os: ${{ matrix.os }}
hz: ${{ matrix.hz }}
secrets: inherit
Deploy:
if: ${{ github.repository_owner == 'vert-x3' && (github.event_name == 'push' || github.event_name == 'schedule') }}
needs: [CI, IT]
uses: ./.github/workflows/deploy.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
jdk: 11
secrets: inherit