Skip to content

Commit

Permalink
Merge pull request #34 from ganto/feature/fedora-update
Browse files Browse the repository at this point in the history
 Update to Fedora 40
  • Loading branch information
ganto authored Jun 17, 2024
2 parents 3a9c559 + e33bedd commit bfbad40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
distro:
- 'rockylinux8'
- 'rockylinux9'
- 'fedora38'
- 'fedora39'
- 'fedora40'

steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The current role maintainer is [ganto](https://github.com/ganto).

## [master](https://github.com/ganto/ansible-copr_reposync/release/tag/1.0.0...master) - _unreleased_

- Update defaults to Fedora 37/38
- Update defaults to Fedora 39/40


## [1.1.0](https://github.com/ganto/ansible-copr_reposync/releases/tag/1.1.0) - 2023.02.05
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ copr_reposync_distributions:
# which builds are enabled in the COPR configuration.
copr_reposync_releases:
fedora:
- 38
- 39
- 40
epel:
- 8
- 9
Expand Down
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ galaxy_info:
platforms:
- name: Fedora
versions:
- "38"
- "39"
- "40"
- name: EL
versions:
- "7"
- "8"
- "9"

Expand Down

0 comments on commit bfbad40

Please sign in to comment.