Skip to content

Update the module to Platform 3.x #428

Update the module to Platform 3.x

Update the module to Platform 3.x #428

Workflow file for this run

# this build is designed to replicate the Travis CI workflow
name: Build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/build-backend-module.yml@main
with:
java_versions: '[8, 11, 17, 21, 25]'
main_java_version: '8'