Skip to content

Bump com.vonage:server-sdk from 8.11.0 to 9.10.2 #6

Bump com.vonage:server-sdk from 8.11.0 to 9.10.2

Bump com.vonage:server-sdk from 8.11.0 to 9.10.2 #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '25'
cache: maven
- name: Build and test
run: ./mvnw -B -T 1C verify