]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
CI: remove Fedora 30, add Fedora 32
authorHarald Hoyer <harald@redhat.com>
Fri, 29 May 2020 08:30:26 +0000 (10:30 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 29 May 2020 08:53:57 +0000 (10:53 +0200)
.github/workflows/fedora-32.yml [moved from .github/workflows/fedora-30.yml with 84% similarity]

similarity index 84%
rename from .github/workflows/fedora-30.yml
rename to .github/workflows/fedora-32.yml
index 1a3d3e8d29f02822cca5aa5cf1eb94bdc252810e..589bf1762d41bcad272139aa281c4414cb118199 100644 (file)
@@ -1,6 +1,6 @@
 ## The test container is created with https://github.com/dracutdevs/fedora-container
 
-name: Fedora-30
+name: Fedora-32
 
 on:
   push:
@@ -14,7 +14,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     container:
-      image: quay.io/haraldh/dracut-fedora:30
+      image: quay.io/haraldh/dracut-fedora:32
       options: "--privileged"
     timeout-minutes: 45
     strategy:
@@ -32,11 +32,17 @@ jobs:
           "15",
           "17",
           "20",
+          "21",
           "30",
+          "31",
           "35",
+          "36",
           "40",
+          "41",
           "50",
+          "51",
           "60",
+          "61",
           "99",
         ]
       fail-fast: false