Update test zoo

- Remove 'version' from docker-compose.yml
- Add Asciidoctor version to informative output
- Fix Asciidoctor install on OpenSUSE Tumbleweed
- Add Ubuntu 24.04 to test zoo
- Drop Ubuntu 18.04 from test zoo
- Add Fedora 40 to test zoo
- Add Fedora 41 to test zoo
- Drop Fedora 37 from test zoo
- Drop Fedora 38 from test zoo

Closes #648
This commit is contained in:
Thomas Lauf 2025-02-02 19:35:48 +01:00
parent c0b049f469
commit 77f66969c5
15 changed files with 38 additions and 39 deletions

View file

@ -24,27 +24,27 @@ jobs:
- name: "Debian Testing"
runner: ubuntu-latest
container: debiantesting
- name: "Fedora 37"
- name: "Fedora 40"
runner: ubuntu-latest
container: fedora37
- name: "Fedora 38"
container: fedora40
- name: "Fedora 41"
runner: ubuntu-latest
container: fedora38
container: fedora41
- name: "OpenSUSE Leap"
runner: ubuntu-latest
container: opensuseleap
- name: "OpenSUSE Tumbleweed"
runner: ubuntu-latest
container: opensusetumbleweed
- name: "Ubuntu 18.04"
runner: ubuntu-latest
container: ubuntu1804
- name: "Ubuntu 20.04"
runner: ubuntu-latest
container: ubuntu2004
- name: "Ubuntu 22.04"
runner: ubuntu-latest
container: ubuntu2204
- name: "Ubuntu 24.04"
runner: ubuntu-latest
container: ubuntu2204
- name: "macOS 13"
runner: macos-13
container: osx-13