From fe06d381688e48c2f3c17ff17c0da4b3dfaf2ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 19 Oct 2023 19:12:22 +0200 Subject: [PATCH] Add JDK 11 test before JDK 8 test --- .github/workflows/maven.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a9303400..df4a39be 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,6 +21,14 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B -Popendj package --file pom.xml - name: Set up JDK 8 uses: actions/setup-java@v3 with: