File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 platform : [ ubuntu-latest ]
16- java-version : [ 21 ]
16+ java-version : [ 8, 11, 21 ]
1717
1818 runs-on : ${{ matrix.platform }}
1919 env :
Original file line number Diff line number Diff line change 5959 </dependency >
6060
6161 <!-- End OpenMRS core -->
62+
63+ <dependency >
64+ <groupId >org.mockito</groupId >
65+ <artifactId >mockito-inline</artifactId >
66+ <scope >test</scope >
67+ </dependency >
6268
6369 </dependencies >
6470
Original file line number Diff line number Diff line change 4747 <properties >
4848 <openmrsPlatformVersion >2.7.3</openmrsPlatformVersion >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <javaCompilerVersion >21 </javaCompilerVersion >
50+ <javaCompilerVersion >8 </javaCompilerVersion >
5151 </properties >
5252
5353 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments