Skip to content

Commit c4e6d29

Browse files
committed
Disable Java 8 tests in CodeQL
1 parent f48a1ba commit c4e6d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
./mvnw \
7878
--show-version --batch-mode --errors --no-transfer-progress \
79-
-DskipTests
79+
-DskipTests -P!java8-tests
8080
8181
- name: Perform CodeQL Analysis
8282
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # 2.21.9

0 commit comments

Comments
 (0)