Skip to content

Commit 080e86b

Browse files
authored
Merge pull request #1043 from bgurney-rh/f39-current
Advance current development environment to Fedora 39
2 parents 598199a + de32a0e commit 080e86b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- dependencies: shfmt
4848
task: make -f Makefile fmt-shell-ci
4949
runs-on: ubuntu-latest
50-
container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
50+
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363

6464
check-typos:
6565
runs-on: ubuntu-latest
66-
container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
66+
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
6767
steps:
6868
- name: Install dependencies
6969
run: >
@@ -89,10 +89,10 @@ jobs:
8989
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
9090
- task: make -f Makefile all-tests
9191
rust_log: RUST_LOG=stratisd=debug
92-
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
92+
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
9393
- task: make -f Makefile coverage-no-html
9494
rust_log:
95-
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
95+
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
9696
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
9797
- task: make -f Makefile all-tests
9898
rust_log: RUST_LOG=stratisd=debug

.github/workflows/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- dependencies: yamllint
3434
task: make -f Makefile yamllint
3535
runs-on: ubuntu-latest
36-
container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
36+
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Install dependencies

0 commit comments

Comments
 (0)