Skip to content

Commit

Permalink
fix(): update github actions to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Janz committed Aug 17, 2023
1 parent deca545 commit f6f712a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify

0 comments on commit f6f712a

Please sign in to comment.