Skip to content

Commit a6f1cf9

Browse files
author
TheSnoozer
committed
add a bunch of gradle versions for integration tests
1 parent 1594d85 commit a6f1cf9

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,68 @@ jobs:
5151
java_version: ['11']
5252
gradle_version: [
5353
'8.1.1',
54+
'8.1',
55+
'8.0.2',
56+
'8.0.1',
57+
'8.0',
58+
'7.6.1',
59+
'7.6',
60+
'7.5.1',
61+
'7.5',
62+
'7.4.2',
63+
'7.4.1',
64+
'7.4',
65+
'7.3.3',
66+
'7.3.2',
67+
'7.3.1',
68+
'7.3',
69+
'7.2',
70+
'7.1.1',
71+
'7.1',
72+
'7.0.2',
73+
'7.0.1',
74+
'7.0',
75+
'6.9.4',
76+
'6.9.3',
77+
'6.9.2',
78+
'6.9.1',
79+
'6.9',
80+
'6.8.3',
81+
'6.8.2',
82+
'6.8.1',
83+
'6.8',
84+
'6.7.1',
85+
'6.7',
86+
'6.6.1',
87+
'6.6',
88+
'6.5.1',
89+
'6.5',
90+
'6.4.1',
91+
'6.4',
92+
'6.3',
93+
'6.2.2',
94+
'6.2.1',
95+
'6.2',
96+
'6.1.1',
97+
'6.1',
98+
'6.0.1',
99+
'6.0',
100+
'5.6.4',
101+
'5.6.3',
102+
'5.6.2',
103+
'5.6.1',
104+
'5.6',
105+
'5.5.1',
106+
'5.5',
107+
'5.4.1',
108+
'5.4',
109+
'5.3.1',
110+
'5.3',
111+
'5.2.1',
112+
'5.2',
113+
'5.1',
114+
# Likely Doesn't support conventions: https://docs.gradle.org/5.1/release-notes.html#specify-a-convention-for-a-property
115+
'5.0',
54116
]
55117

56118
steps:

0 commit comments

Comments
 (0)