Skip to content

chore(multiInvoices): add new methods for receipts to invoice #45

chore(multiInvoices): add new methods for receipts to invoice

chore(multiInvoices): add new methods for receipts to invoice #45

Workflow file for this run

name: Java SDK CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test (Java 11, 17, 21, 25)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [11, 17, 21, 25]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: maven
- name: Run tests
run: mvn -B -ntp test