Skip to content

Commit

Permalink
bump java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Nov 28, 2024
1 parent 5803751 commit 7b08ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: browser-actions/setup-chrome@v1.7.2
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java 11
- name: Set up Java 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Build and test
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
mvn: ['3.8.6', '3.6.3']
java: ['11']
java: ['17']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7b08ca2

Please sign in to comment.