From b97b9b771cfb1c48cf69e9d0443db826957e7278 Mon Sep 17 00:00:00 2001 From: margaretha Date: Thu, 18 Jan 2024 15:02:00 +0100 Subject: [PATCH] Update CI test configuration. Change-Id: I39e1486e4057adda9da083f4ac10934d45ed7aa5 --- .github/workflows/ci_test.yml | 13 +++++++------ pom.xml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 2d31a4af..39cd95bd 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -13,25 +13,26 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Kustvakt - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: Kustvakt - name: Checkout Krill - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: KorAP/Krill path: Krill - name: Checkout Koral - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: KorAP/Koral path: Koral - name: Set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: 17 - name: Build and install Krill @@ -41,7 +42,7 @@ jobs: run: mvn --file Koral/pom.xml install - name: Build and package Kustvakt full - run: mvn clean --file Kustvakt/full/pom.xml package + run: mvn clean --file Kustvakt/pom.xml package - name: Build and package Kustvakt lite - run: mvn clean --file Kustvakt/full/pom.xml package -P lite -DskipTests=true + run: mvn clean --file Kustvakt/pom.xml package -P lite -DskipTests=true diff --git a/pom.xml b/pom.xml index 5844781a..01f0f19d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 11.0.19 10.4.1 2.22.1 - [0.61.3,) + [0.62,) [0.41,)