Skip to content

Commit

Permalink
Update workflow based on updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Dec 25, 2024
1 parent 1928f74 commit f9e6826
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kelpie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: Build
strategy:
matrix:
# java_version: [8, 11, 17, 21]
java_version: [8]
java_version: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:

- name: Build Kelpie-Test:print-modules
working-directory: kelpie-test/print-modules
run: ${{ github.workspace }}/gradlew shadowJar
run: gradlew shadowJar

- name: Execute Kelpie-Test:print-modules
working-directory: kelpie-test
Expand Down

0 comments on commit f9e6826

Please sign in to comment.