Skip to content

Commit

Permalink
Merge pull request #231 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 cd1ecae + e8f70bc commit 54553ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
python3-dbus-python-client-gen
python3-gobject
python3-psutil
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
task: PYTHONPATH=./src make -f Makefile lint
- dependencies: >
black
python3-isort
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
task: make -f Makefile fmt-travis
# VERIFICATION OF TEST INFRASTRUCTURE
- dependencies: yamllint
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
task: make -f Makefile yamllint
runs-on: ubuntu-latest
container: ${{ matrix.image }}
Expand Down

0 comments on commit 54553ea

Please sign in to comment.