Skip to content

Commit

Permalink
Update current (and soon) Fedora versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garybuhrmaster committed Aug 23, 2023
1 parent 376f890 commit 7c75b75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
ansibleopts: '--limit localhost'

# Fedora group
- desc: 'Fedora 36'
image: 'quay.io/fedora/fedora:36'
ansibleopts: '--limit localhost'
- desc: 'Fedora 37'
image: 'quay.io/fedora/fedora:37'
ansibleopts: '--limit localhost'
- desc: 'Fedora 38'
image: 'quay.io/fedora/fedora:38'
ansibleopts: '--limit localhost'
- desc: 'Fedora 39'
image: 'quay.io/fedora/fedora:39'
ansibleopts: '--limit localhost'
- desc: 'Fedora Rawhide'
image: 'quay.io/fedora/fedora:rawhide'
ansibleopts: '--limit localhost'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-mythtv-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
configureopts: ''

# Fedora group
- desc: 'Fedora 36'
image: 'quay.io/fedora/fedora:36'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Fedora 37'
image: 'quay.io/fedora/fedora:37'
ansibleopts: '--limit localhost'
Expand All @@ -85,6 +81,10 @@ jobs:
image: 'quay.io/fedora/fedora:38'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Fedora 39'
image: 'quay.io/fedora/fedora:39'
ansibleopts: '--limit localhost'
configureopts: ''

branch:
- desc: 'MythTV master'
Expand Down

0 comments on commit 7c75b75

Please sign in to comment.