Add support and CI tests for Java 8

This commit is contained in:
Dave Syer 2022-09-14 17:05:06 +00:00
parent 53343c27ab
commit 70f615afd1
2 changed files with 5 additions and 1 deletions

View file

@ -13,13 +13,16 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: ${{matrix.java}}
distribution: 'adopt'
cache: maven
- name: Build with Maven Wrapper

1
.springjavaformatconfig Normal file
View file

@ -0,0 +1 @@
java-baseline=8