Skip to content

Commit ca96f28

Browse files
author
the Mulhern
committed
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
Signed-off-by: the Mulhern <[email protected]>
1 parent 047c818 commit ca96f28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
dependencies:
7272
runs-on: ubuntu-latest
7373
container:
74-
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
74+
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
7575
steps:
7676
- name: Install git for checkout action
7777
run: dnf install -y git
@@ -108,7 +108,7 @@ jobs:
108108
yamllint:
109109
runs-on: ubuntu-22.04
110110
container:
111-
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
111+
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
112112
steps:
113113
- uses: actions/checkout@v5
114114
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
checks-with-ci-repo:
1313
runs-on: ubuntu-22.04
1414
container:
15-
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
15+
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
1616
steps:
1717
- name: Install git for checkout action
1818
run: dnf install -y git

0 commit comments

Comments
 (0)