Skip to content

Commit

Permalink
🧹 Regular version bump 2024-09-03
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Sep 3, 2024
1 parent 3436fb5 commit a91ac94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-released-install-sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
version:
description: "Version to test"
required: true
default: "9.0.0"
default: "11.0.0"
type: string
workflow_dispatch:
inputs:
version:
description: "Version to test"
required: true
default: "9.0.0"
default: "11.0.0"

jobs:
install-sh-apt:
Expand All @@ -29,6 +29,7 @@ jobs:
"ubuntu:18.04",
"ubuntu:20.04",
"ubuntu:22.04",
"ubuntu:24.04",
]
steps:
- uses: actions/checkout@v4
Expand All @@ -52,8 +53,8 @@ jobs:
distro:
[
"quay.io/centos/centos:stream9",
"fedora:38",
"fedora:39",
"fedora:40",
"rockylinux:8",
"rockylinux:9",
"redhat/ubi8",
Expand Down

0 comments on commit a91ac94

Please sign in to comment.