Skip to content

update project version to 9.0.0 #69

update project version to 9.0.0

update project version to 9.0.0 #69

Workflow file for this run

name: ci
on:
push:
pull_request:
workflow_dispatch:
inputs:
jdk-matrix:
description: 'jdk matrix as json array'
required: false
default: '[ "21" ]'
jobs:
ci:
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@java21
integration_test:
uses: killbill/gh-actions-shared/.github/workflows/integration_test.yml@java21
with:
plugin_name: 'payment-test'
integration_tests_goal: 'test:plugins:payment-test'
ddl_file: 'src/main/resources/ddl.sql'
integration_tests_ref: 'refs/heads/master'