Skip to content

Commit 3b97bc4

Browse files
committed
Test only for 2 latest minor versions of Spring Boot
1 parent b2320d9 commit 3b97bc4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/scripts/udpate-spring-versions.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
import urllib.request
77

88
# Configuration
9-
managed_minors = {"3.0", "3.1", "3.2", "3.3", "3.4"}
9+
managed_minors = {"3.4"}
1010
boot_java_compatibility = {
11-
"3.0": ["17"], # Java 21 not supported
12-
"3.1": ["17", "21"],
13-
"3.2": ["17", "21"],
14-
"3.3": ["17", "21"],
1511
"3.4": ["17", "21"]
1612
}
1713
output_path = ".github/spring-versions.json"

0 commit comments

Comments
 (0)