Skip to content

vertx-hazelcast (4.x) #466

vertx-hazelcast (4.x)

vertx-hazelcast (4.x) #466

Workflow file for this run

name: vertx-hazelcast (4.x)
on:
schedule:
- cron: '0 4 * * *'
jobs:
CI:
strategy:
matrix:
os: [ubuntu-latest]
jdk: [8,11]
hz: [4.2.8,5.3.5]
exclude:
- jdk: 8
hz: 5.3.5
uses: ./.github/workflows/ci.yml
with:
branch: 4.x
jdk: ${{ matrix.jdk }}
os: ${{ matrix.os }}
hz: ${{ matrix.hz }}
secrets: inherit
IT:
strategy:
matrix:
os: [ubuntu-latest]
jdk: [8,11]
hz: [4.2.8,5.3.5]
exclude:
- jdk: 8
hz: 5.3.5
uses: ./.github/workflows/it.yml
with:
branch: 4.x
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: 4.x
jdk: 8
secrets: inherit