Skip to content

Commit

Permalink
Merge pull request #19 from bgurney-rh/f40-current
Browse files Browse the repository at this point in the history
Advance current development environment to Fedora 40
  • Loading branch information
mulkieran authored May 7, 2024
2 parents c7611a2 + 7ff1deb commit aab79e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
dependencies:
runs-on: ubuntu-latest
container:
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Fedora
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
yamllint:
runs-on: ubuntu-20.04
container:
image: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Fedora
Expand Down

0 comments on commit aab79e0

Please sign in to comment.