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