Skip to content

Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.5 #92

Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.5

Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.5 #92

name: RNS Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
- name: Make full build
run: make b
- name: Build and Test
run: make build-report