Skip to content

Commit

Permalink
Merge pull request #345 from bgurney-rh/next-devenv-f40
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 40
  • Loading branch information
mulkieran committed May 7, 2024
2 parents e5e3f7b + 38a93c8 commit 912c6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
next-fedora-docs-checks:
runs-on: ubuntu-latest
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -25,7 +25,7 @@ jobs:

next-fedora-ci-checks:
runs-on: ubuntu-latest
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 912c6c4

Please sign in to comment.