Update Java version

This commit is contained in:
Ben van Hartingsveldt 2024-09-11 21:56:03 +02:00
parent efbccc9d50
commit 549f67ca1f
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -21,10 +21,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up JDK 8 - name: Set up JDK 11
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '8' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven