Skip to content

Commit df46a66

Browse files
jeckersbcgwalters
authored andcommitted
ci: bump from f43 to f44 on upgrade matrix
Really we should probably test both of these while they're stable Fedora versions, but currently CI is blocked on the f43 upgrade job being broken, and if switching to f44 unblocks things that's progress. Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent d7e27be commit df46a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Full suite: all OSes
6060
echo 'package_os_matrix=["fedora-43","fedora-44","fedora-45","centos-9","centos-10"]' >> "$GITHUB_OUTPUT"
6161
echo 'integration_os_matrix=["fedora-43","fedora-44","centos-9","centos-10"]' >> "$GITHUB_OUTPUT"
62-
echo 'upgrade_os_matrix=["fedora-43","centos-10"]' >> "$GITHUB_OUTPUT"
62+
echo 'upgrade_os_matrix=["fedora-44","centos-10"]' >> "$GITHUB_OUTPUT"
6363
echo 'run_heavy=true' >> "$GITHUB_OUTPUT"
6464
elif echo "$LABELS" | jq -e 'index("ci/tier-1")' > /dev/null; then
6565
# Tier-1 only: centos-10

0 commit comments

Comments
 (0)