Skip to content

Commit

Permalink
Merge pull request #102 from bgurney-rh/f39-current
Browse files Browse the repository at this point in the history
Advance current development environment to Fedora 39
  • Loading branch information
mulkieran authored Nov 29, 2023
2 parents f611a18 + 1713c6c commit 40b22d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- dependencies: python3-coverage python3-into-dbus-python
task: PYTHONPATH=./src make -f Makefile coverage
runs-on: ubuntu-latest
container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 40b22d5

Please sign in to comment.