Skip to content

Commit 3a7fedb

Browse files
committed
Run Sonar with Java 11
1 parent 1ca416d commit 3a7fedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
architecture: ${{ matrix.arch }}
3636

3737
- name: Build with Maven
38-
if: matrix.arch != 'x64' && matrix.os != 'ubuntu-latest' && matrix.java != '8'
38+
if: matrix.arch != 'x64' && matrix.os != 'ubuntu-latest' && matrix.java != '11'
3939
run: mvn verify -B -"Dgpg.skip"
4040

4141
- name: Build with Maven
42-
if: matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '8'
42+
if: matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '11'
4343
run: mvn verify -B -"Dgpg.skip" org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
4444

4545
release:

0 commit comments

Comments
 (0)