Skip to content

Commit

Permalink
build: use java 21 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Sep 2, 2024
1 parent e14e753 commit b31c9f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v4
with:
distribution: "adopt-openj9"
java-version: "21"

- run: for dir in */; do
cd $dir;
./gradlew test;
Expand Down

0 comments on commit b31c9f1

Please sign in to comment.