Skip to content

Commit 306449c

Browse files
authored
Merge pull request #453 from mulkieran/issue_project_805
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
2 parents df50ea7 + 3975411 commit 306449c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
checks-with-ci-repo:
2222
runs-on: ubuntu-22.04
2323
container:
24-
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
24+
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
2525
steps:
2626
- name: Install git
2727
run: dnf install -y git

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
# VERIFICATION OF TEST INFRASTRUCTURE
251251
yamllint:
252252
runs-on: ubuntu-22.04
253-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
253+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
254254
steps:
255255
- name: Install git
256256
run: dnf install -y git

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
checks-with-ci-repo:
3434
runs-on: ubuntu-22.04
3535
container:
36-
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
36+
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3737
steps:
3838
- name: Install git
3939
run: dnf install -y git

0 commit comments

Comments
 (0)