Skip to content

Commit d204c20

Browse files
committed
update gralde versions for which we run tests, no need to run tests with every gradle version just use the latest patch available for a given minor
1 parent d9223c2 commit d204c20

1 file changed

Lines changed: 6 additions & 33 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -60,62 +60,35 @@ jobs:
6060
matrix:
6161
java_version: ['11']
6262
gradle_version: [
63+
'8.6',
64+
'8.5',
65+
'8.4',
66+
'8.3',
67+
'8.2.1',
6368
'8.1.1',
64-
'8.1',
6569
'8.0.2',
66-
'8.0.1',
67-
'8.0',
68-
'7.6.1',
69-
'7.6',
70+
'7.6.4',
7071
'7.5.1',
71-
'7.5',
7272
'7.4.2',
73-
'7.4.1',
74-
'7.4',
7573
'7.3.3',
76-
'7.3.2',
77-
'7.3.1',
7874
'7.3',
7975
'7.2',
8076
'7.1.1',
81-
'7.1',
8277
'7.0.2',
83-
'7.0.1',
84-
'7.0',
8578
'6.9.4',
86-
'6.9.3',
87-
'6.9.2',
88-
'6.9.1',
89-
'6.9',
9079
'6.8.3',
9180
'6.8.2',
92-
'6.8.1',
93-
'6.8',
9481
'6.7.1',
95-
'6.7',
9682
'6.6.1',
97-
'6.6',
9883
'6.5.1',
99-
'6.5',
10084
'6.4.1',
101-
'6.4',
10285
'6.3',
10386
'6.2.2',
104-
'6.2.1',
105-
'6.2',
10687
'6.1.1',
107-
'6.1',
10888
'6.0.1',
109-
'6.0',
11089
'5.6.4',
111-
'5.6.3',
112-
'5.6.2',
113-
'5.6.1',
114-
'5.6',
11590
'5.5.1',
116-
'5.5',
11791
'5.4.1',
118-
'5.4',
11992
'5.3.1',
12093
'5.3',
12194
# '5.2.1', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947

0 commit comments

Comments
 (0)