Add Fedora 42 testing and use latest GH runner
This commit is contained in:
parent
bc18f4c3ad
commit
dcb7f8251e
|
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-distrib-pkg:
|
molecule-distrib-pkg:
|
||||||
name: Cluster
|
name: Cluster
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- ubuntu-24.04
|
- ubuntu-24.04
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
- fedora-41
|
- fedora-42
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
- alpine-3.21
|
- alpine-3.21
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-cluster-pkg:
|
molecule-cluster-pkg:
|
||||||
name: Cluster MDBF
|
name: Cluster MDBF
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-distrib-pkg:
|
molecule-distrib-pkg:
|
||||||
name: Default deployment
|
name: Default deployment
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
- debian-sid
|
- debian-sid
|
||||||
- fedora-41
|
- fedora-42
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
- alpine-3.19
|
- alpine-3.19
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-mdbf-pkg:
|
molecule-mdbf-pkg:
|
||||||
name: MDBF
|
name: MDBF
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue