Skip to content

Commit

Permalink
update RMF
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jan 19, 2024
1 parent f078872 commit d27c7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'

- name: Build and Release
run: ./gradlew clean check
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'

- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit d27c7cf

Please sign in to comment.