Skip to content

Commit 2337187

Browse files
the Mulhernmulkieran
authored andcommitted
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
Signed-off-by: the Mulhern <amulhern@amulhern.bos.csb>
1 parent ef8dd23 commit 2337187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
docs-checks:
1515
runs-on: ubuntu-latest
16-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
16+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
1717
steps:
1818
- uses: actions/checkout@v5
1919
with:
@@ -29,7 +29,7 @@ jobs:
2929

3030
ci-checks:
3131
runs-on: ubuntu-latest
32-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
32+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3333
steps:
3434
- uses: actions/checkout@v5
3535
with:
@@ -41,7 +41,7 @@ jobs:
4141

4242
spelling-checks:
4343
runs-on: ubuntu-latest
44-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
44+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4545
steps:
4646
- name: Install dependencies for Fedora
4747
run: >

0 commit comments

Comments
 (0)