Skip to content

Commit

Permalink
Get Java 17 into GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Mar 1, 2024
1 parent a88fd9e commit 820cfb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
java-package: jdk
cache: maven

- name: Print github workspace
run: |
Expand Down

0 comments on commit 820cfb8

Please sign in to comment.