Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Do not build for Java 8 as sonarqube requires Java 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Aug 15, 2023
1 parent 81b3f12 commit e485631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
jdk: [8, 11, 16]
jdk: [11, 17]
runs-on: ${{ matrix.os }}
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
env:
Expand All @@ -28,5 +28,5 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}

- name: Build sonar-kotlin
- name: Build sonar-detekt
run: mvn clean install

0 comments on commit e485631

Please sign in to comment.