Skip to content

Commit f034082

Browse files
committed
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 43
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 318618b commit f034082

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
python3-justbytes
3333
python3-gobject
3434
python3-psutil
35-
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
35+
image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT
3636
task: PYTHONPATH=./src make -f Makefile lint
3737
- dependencies: >
3838
black
3939
python3-isort
40-
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
40+
image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT
4141
task: make -f Makefile fmt-travis
4242
# VERIFICATION OF TEST INFRASTRUCTURE
4343
- dependencies: yamllint
44-
image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
44+
image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT
4545
task: make -f Makefile yamllint
4646
runs-on: ubuntu-latest
4747
container: ${{ matrix.image }}

0 commit comments

Comments
 (0)