Skip to content

Commit

Permalink
Merge pull request #335 from bgurney-rh/devenv-f39
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 39
  • Loading branch information
mulkieran authored Aug 1, 2023
2 parents 91801c7 + 523be8e commit 2d1190b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
next-fedora-docs-checks:
runs-on: ubuntu-latest
container: fedora:38 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand All @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 2d1190b

Please sign in to comment.