From af8ca8f537702a9d8e754335d8bf8a09613da716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Thu, 27 Jul 2023 11:55:57 -0400 Subject: [PATCH] [ci] Remove Fedora 39 as it's not yet stable --- molecule/default/molecule.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 0770f39..8ad0453 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -44,11 +44,6 @@ platforms: command: /sbin/init groups: [RedHat] privileged: true - - name: fedora39 - image: fedora:39 - command: /sbin/init - groups: [RedHat] - privileged: true # https://wiki.ubuntu.com/Releases - name: ubuntu22.04 image: ubuntu:22.04