Skip to content

Commit

Permalink
Increase CURRENT_DEVELOPMENT_ENVIRONMENT to f41
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 6, 2024
1 parent 10423d2 commit b69a6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- dependencies: shfmt
task: make -f Makefile fmt-shell-ci
runs-on: ubuntu-latest
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -68,7 +68,7 @@ jobs:

check-typos:
runs-on: ubuntu-latest
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- name: Install dependencies
run: >
Expand All @@ -93,7 +93,7 @@ jobs:
include:
- task: make -f Makefile all-tests
rust_log: RUST_LOG=stratisd=debug
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile all-tests
rust_log: RUST_LOG=stratisd=debug
image: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
include:
- task: make -f Makefile coverage-no-html
rust_log:
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- dependencies: yamllint
task: make -f Makefile yamllint
runs-on: ubuntu-latest
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit b69a6cb

Please sign in to comment.