Skip to content

Commit e51e073

Browse files
authored
Merge pull request #105 from bgurney-rh/f40-current
Advance current development environment to Fedora 40
2 parents 450962f + 4965383 commit e51e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- dependencies: python3-coverage python3-into-dbus-python
2828
task: PYTHONPATH=./src make -f Makefile coverage
2929
runs-on: ubuntu-latest
30-
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
30+
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Install dependencies

0 commit comments

Comments
 (0)