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-20.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 @@ -250,7 +250,7 @@ jobs:
250
250
# VERIFICATION OF TEST INFRASTRUCTURE
251
251
yamllint :
252
252
runs-on : ubuntu-20.04
253
- container : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
253
+ container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
254
254
steps :
255
255
- name : Install git
256
256
run : dnf install -y git
Original file line number Diff line number Diff line change 40
40
checks-with-ci-repo :
41
41
runs-on : ubuntu-20.04
42
42
container :
43
- image : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
43
+ image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
44
44
steps :
45
45
- name : Install git
46
46
run : dnf install -y git
You can’t perform that action at this time.
0 commit comments