Skip to content

Commit

Permalink
Merge pull request #100 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 f670dd4 + cc3fc72 commit 97fe4e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
- dependencies: >
python3-hypothesis
python3-justbases
python3-setuptools
task: PYTHONPATH=./src make -f Makefile legacy-package
runs-on: ubuntu-latest
container: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
container: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 97fe4e6

Please sign in to comment.