Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Dec 23, 2021
1 parent c979b83 commit 16642fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
jdk: ['11']
# temurin is Eclipse/AdoptOpenJDK/Adoptium
# liberica is a build of Oracle GraalVM
# liberica is a preferred Spring SDK
distribution: ['temurin', 'zulu', 'liberica']
experimental: [false]
# jena 3.x has some locking problems under JDK 16/17
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-
- name: Build with Maven
run: |
mvn -B package --file pom.xml
mvn -B verify --file pom.xml

0 comments on commit 16642fc

Please sign in to comment.