Skip to content

Commit

Permalink
Remove Java 8, add Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Jul 6, 2023
1 parent d546eea commit 7192f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 11, 17, 20 ]
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: adopt
distribution: temurin
- name: Build with Maven
run: |
mvn -B clean
Expand Down

0 comments on commit 7192f9f

Please sign in to comment.