File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
checks-with-ci-repo :
22
22
runs-on : ubuntu-22.04
23
23
container :
24
- image : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
24
+ image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
25
25
steps :
26
26
- name : Install git
27
27
run : dnf install -y git
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ jobs:
238
238
# VERIFICATION OF TEST INFRASTRUCTURE
239
239
yamllint :
240
240
runs-on : ubuntu-22.04
241
- container : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
241
+ container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
242
242
steps :
243
243
- name : Install git
244
244
run : dnf install -y git
Original file line number Diff line number Diff line change 38
38
checks-with-ci-repo :
39
39
runs-on : ubuntu-22.04
40
40
container :
41
- image : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
41
+ image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
42
42
steps :
43
43
- name : Install git
44
44
run : dnf install -y git
You can’t perform that action at this time.
0 commit comments