We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1a881 commit b8f1cb5Copy full SHA for b8f1cb5
.circleci/config.yml
@@ -49,6 +49,30 @@ workflows:
49
version: "15.0.0"
50
requires:
51
- java14
52
+ - unit-tests:
53
+ name: java16
54
+ image: "cimg/openjdk"
55
+ version: "16.0.0"
56
+ requires:
57
+ - java15
58
59
+ name: java17
60
61
+ version: "17.0.0"
62
63
+ - java16
64
65
+ name: java18
66
67
+ version: "18.0.1"
68
69
+ - java17
70
71
+ name: java19
72
73
+ version: "19.0.0"
74
75
+ - java18
76
77
jobs:
78
unit-tests:
0 commit comments