Skip to content

Commit

Permalink
Bump to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Jun 11, 2023
1 parent 5acae1f commit 1207a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Configure Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: "17"
- name: "Run Maven"
shell: bash
run: mvn clean install --batch-mode -PintegrationTests -DintegrationTestProfiles=it-${{ runner.os }}
Expand Down

0 comments on commit 1207a8d

Please sign in to comment.