Skip to content

Commit

Permalink
Merge pull request #110 from bgurney-rh/next-devenv-f40
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 40
  • Loading branch information
mulkieran authored May 7, 2024
2 parents d63b206 + dd22d61 commit e9b3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages
make -f Makefile lint
runs-on: ubuntu-latest
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit e9b3cf8

Please sign in to comment.