Skip to content

Commit

Permalink
github/workflows: Replace Fedora 38 with Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Feb 28, 2024
1 parent 026b8d6 commit b12ae47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ["fedora:38", "fedora:39", "ubuntu:jammy"]
container: ["fedora:39", "fedora:40", "ubuntu:jammy"]
steps:
- name: Check container sha tags
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ["fedora:38", "fedora:39", "ubuntu:jammy"]
container: ["fedora:39", "fedora:40", "ubuntu:jammy"]

container:
image: ${{ matrix.container }}
Expand Down

0 comments on commit b12ae47

Please sign in to comment.