Skip to content

Commit

Permalink
Merge pull request #1093 from bgurney-rh/lowest-fedora-35
Browse files Browse the repository at this point in the history
Update lowest supported Fedora to 35
  • Loading branch information
mulkieran authored Aug 12, 2024
2 parents 3aaf007 + c2d26fb commit 32da6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile all-tests
rust_log: RUST_LOG=stratisd=debug
image: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
image: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
python3-wcwidth
task: make -f Makefile legacy-package
runs-on: ubuntu-latest
container: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
container: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
steps:
- name: Display Python version
run: python3 --version
Expand Down

0 comments on commit 32da6ca

Please sign in to comment.