Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

feat: add support for Ubuntu 22.04 #34

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
matrix:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"

steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy

galaxy_tags:
- zammad
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Apply suggested Elasticsearch configuration
elasticsearch_version: 8.x
elasticsearch_package: elasticsearch=8.8.1
elasticsearch_heap_size_min: 256m
elasticsearch_heap_size_max: 256m
elasticsearch_extra_options: |
xpack.security.enabled: false
xpack.security.http.ssl.enabled: false
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ roles:
version: 5.1.1

- src: geerlingguy.postgresql
version: 3.0.0
version: 3.5.0