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 936180d commit b59a99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: test-ci
on: push
jobs:
java-8:
uses: oleg-cherednik/github-workflows/.github/workflows/build.yml@main
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml.yml@main
with:
java-version: '8'
java-11:
uses: oleg-cherednik/github-workflows/.github/workflows/build.yml@main
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml.yml@main
with:
java-version: '11'
java-17:
uses: oleg-cherednik/github-workflows/.github/workflows/build.yml@main
uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml.yml@main
with:
java-version: '17'

0 comments on commit b59a99c

Please sign in to comment.