Skip to content

Commit

Permalink
jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gtiwari333 authored Oct 7, 2023
1 parent 7c68247 commit 5aefb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v2
- uses: browser-actions/setup-firefox@v1

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
cache: 'maven'
- name: Build with Maven
run: mvn -B verify --file pom.xml

0 comments on commit 5aefb90

Please sign in to comment.