Skip to content

Commit

Permalink
Merge pull request #88 from bgurney-rh/devenv-f38
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 38
  • Loading branch information
mulkieran authored Mar 7, 2023
2 parents bf74827 + ce7ef37 commit 1d74349
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 @@ -19,7 +19,7 @@ jobs:
- dependencies: pylint python3-hypothesis python3-justbases
task: PYTHONPATH=./src make -f Makefile lint
runs-on: ubuntu-latest
container: fedora:37 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:38 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 1d74349

Please sign in to comment.