Skip to content

Commit

Permalink
ci jvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Jun 19, 2024
1 parent 22a77ee commit c4355dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
JAVA_HOME: /usr/lib/jvm/java-21-openjdk/

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, edited, ready_for_review, reopened]

env:
JAVA_HOME: /usr/lib/jvm/java-21-openjdk/

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4355dc

Please sign in to comment.