Skip to content

Commit 146894a

Browse files
fix issue
1 parent 6be8e63 commit 146894a

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RecordValidationCheck

2 files changed

+4
-4
lines changed

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-2022, ubuntu-24.04, macos-15]
20-
java: [11, 21]
20+
java: [11, 17, 21]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-java@v4
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
10:Records must be final
2-
10:Records must declare at least one component
3-
11:Records cannot have instance fields
1+
11:Records must be final
2+
11:Records must declare at least one component
3+
12:Records cannot have instance fields

0 commit comments

Comments
 (0)