Fedora 40.
This commit is contained in:
parent
15cddd986c
commit
6e2afc05c6
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: Pull request
|
||||
about: Describe the proposed change
|
||||
|
||||
---
|
||||
|
||||
**Describe the change**
|
||||
A clear and concise description of what the pull request is.
|
||||
|
||||
**Testing**
|
||||
In case a feature was added, how were tests performed?
|
||||
|
|
@ -119,6 +119,8 @@
|
|||
dest: .yamllint
|
||||
- source: pre-commit-config.yaml
|
||||
dest: .pre-commit-config.yaml
|
||||
- source: pull_request_template.md
|
||||
dest: .github/pull_request_template.md
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -63,16 +63,14 @@ distribution_version_mapping:
|
|||
- latest
|
||||
Fedora:
|
||||
all:
|
||||
- 38
|
||||
- 39
|
||||
- latest
|
||||
- rawhide
|
||||
"37":
|
||||
- 37
|
||||
"38":
|
||||
- 38
|
||||
"39":
|
||||
- latest
|
||||
- 39
|
||||
"40":
|
||||
- latest
|
||||
"41":
|
||||
- rawhide
|
||||
opensuse:
|
||||
all:
|
||||
|
|
|
|||
Loading…
Reference in New Issue