Skip to content

Update GitHub actions #13

Update GitHub actions

Update GitHub actions #13

Workflow file for this run

name: test-ci
on: push
jobs:
java-8:
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml@main
with:
java-version: '8'
codacy-report: true
secrets: inherit
java-11:
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml@main
with:
java-version: '11'
java-17:
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml@main
with:
java-version: '17'