Skip to content

Commit

Permalink
Merge pull request #7 from adfinis/feat/update_distro_versions
Browse files Browse the repository at this point in the history
Bareos 23.0.4: Fedora 40, Ubuntu 2404 support
  • Loading branch information
maxthier authored Sep 17, 2024
2 parents 7b39eb8 + c7675b9 commit 3c0ca90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "38"
- image: "fedora"
tag: "39"
- image: "ubuntu"
tag: "focal"
- image: "fedora"
tag: "latest"
- image: "ubuntu"
tag: "jammy"
- image: "ubuntu"
tag: "latest"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
---
#
# Ansible managed
#

name: "TODO 2 Issue"

name: "Run TODO to Issue"
on:
push:

jobs:
build:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v2.3"
uses: "alstr/todo-to-issue-action@v4"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ galaxy_info:
- bullseye
- name: Fedora
versions:
- "38"
- "39"
- "40"
- name: Ubuntu
versions:
- jammy
- focal
- noble

galaxy_tags:
- backup
Expand Down

0 comments on commit 3c0ca90

Please sign in to comment.