Skip to content

Commit

Permalink
Updating to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
trishagee committed Dec 8, 2023
1 parent 22734b5 commit e1dd53b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 18
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 18
java-version: 21
distribution: 'temurin'
- name: Build Java examples with Maven
run: mvn -B verify --file java-samples/pom.xml
- name: Build Kotlin examples with Maven
Expand Down

0 comments on commit e1dd53b

Please sign in to comment.