We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca416d commit 3a7fedbCopy full SHA for 3a7fedb
.github/workflows/build.yml
@@ -35,11 +35,11 @@ jobs:
35
architecture: ${{ matrix.arch }}
36
37
- name: Build with Maven
38
- if: matrix.arch != 'x64' && matrix.os != 'ubuntu-latest' && matrix.java != '8'
+ if: matrix.arch != 'x64' && matrix.os != 'ubuntu-latest' && matrix.java != '11'
39
run: mvn verify -B -"Dgpg.skip"
40
41
42
- if: matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '8'
+ if: matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '11'
43
run: mvn verify -B -"Dgpg.skip" org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
44
45
release:
0 commit comments