Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Nov 10, 2023
1 parent 9cb7afa commit 88b2d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Build and tests
on: push
jobs:
java-8:
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml@main
uses: oleg-cherednik/github-workflows/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
uses: oleg-cherednik/github-workflows/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
uses: oleg-cherednik/github-workflows/workflows/gradle-java-build-test.yml@main
with:
java-version: '17'

0 comments on commit 88b2d5f

Please sign in to comment.