Skip to content

Commit d592a89

Browse files
authored
Merge pull request #932 from bgurney-rh/f37-current
Advance current development environment to Fedora 37
2 parents 4c87030 + b385aa0 commit d592a89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- dependencies: yamllint
5151
task: make -f Makefile yamllint
5252
runs-on: ubuntu-latest
53-
container: fedora:36 # CURRENT DEVELOPMENT ENVIRONMENT
53+
container: fedora:37 # CURRENT DEVELOPMENT ENVIRONMENT
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Install dependencies
@@ -71,10 +71,10 @@ jobs:
7171
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
7272
- task: make -f Makefile all-tests
7373
rust_log: RUST_LOG=stratisd=debug
74-
image: fedora:36 # CURRENT DEVELOPMENT ENVIRONMENT
74+
image: fedora:37 # CURRENT DEVELOPMENT ENVIRONMENT
7575
- task: make -f Makefile coverage-no-html
7676
rust_log:
77-
image: fedora:36 # CURRENT DEVELOPMENT ENVIRONMENT
77+
image: fedora:37 # CURRENT DEVELOPMENT ENVIRONMENT
7878
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
7979
- task: make -f Makefile all-tests
8080
rust_log: RUST_LOG=stratisd=debug

0 commit comments

Comments
 (0)