Skip to content

Commit 8442ffe

Browse files
committed
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 455edae commit 8442ffe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3-setuptools
3131
task: PYTHONPATH=./src make -f Makefile coverage
3232
runs-on: ubuntu-latest
33-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
33+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3434
steps:
3535
- uses: actions/checkout@v5
3636
with:
@@ -50,7 +50,7 @@ jobs:
5050
- dependencies: python3-into-dbus-python
5151
task: PYTHONPATH=./src make -f Makefile test
5252
runs-on: ubuntu-latest
53-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
53+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5454
steps:
5555
- name: Install python3.12
5656
run: >

0 commit comments

Comments
 (0)