Skip to content

Commit 8477f28

Browse files
authored
Merge pull request #156 from Diegiwg/add-ubuntu-26-04-support
Add Ubuntu 26.04 (Resolute) support
2 parents 349e30f + fafd9e3 commit 8477f28

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
distro:
4444
- rockylinux9
4545
- rockylinux10
46+
- ubuntu2604
4647
- ubuntu2404
4748
- ubuntu2204
4849
- debian13

‎meta/main.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ galaxy_info:
2929
- focal
3030
- jammy
3131
- noble
32+
- resolute
3233
- name: FreeBSD
3334
versions:
3435
- 10.2

‎vars/Ubuntu-26.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)