There was an error while loading. Please reload this page.
2 parents 349e30f + fafd9e3 commit 8477f28Copy full SHA for 8477f28
3 files changed
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
distro:
44
- rockylinux9
45
- rockylinux10
46
+ - ubuntu2604
47
- ubuntu2404
48
- ubuntu2204
49
- debian13
meta/main.yml
@@ -29,6 +29,7 @@ galaxy_info:
29
- focal
30
- jammy
31
- noble
32
+ - resolute
33
- name: FreeBSD
34
versions:
35
- 10.2
vars/Ubuntu-26.yml
@@ -0,0 +1,9 @@
1
+---
2
+# JDK version options include:
3
+# - openjdk-25-jdk (default, non-LTS)
4
+# - openjdk-21-jdk (LTS, in universe)
5
+# - openjdk-17-jdk (LTS, in universe)
6
+# - openjdk-11-jdk (LTS, in universe)
7
+# - openjdk-8-jdk (LTS, in universe)
8
+__java_packages:
9
+ - openjdk-25-jdk
0 commit comments