File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments