diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 7bb5dac4..719758c1 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-rawhide, fedora-39, fedora-38, fedora-37, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ] + os: [ fedora-rawhide, fedora-39, fedora-38, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ] docker: [ docker ] include: - os: rhel-9 @@ -125,7 +125,7 @@ jobs: - os: centos-8-stream readonly: --read-only ca: --external-ca - os: [ fedora-38, fedora-37, rhel-9, rhel-8, almalinux-9 ] + os: [ fedora-38, rhel-9, rhel-8, almalinux-9 ] timeout-minutes: 30 steps: - uses: actions/checkout@v3 @@ -448,7 +448,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-rawhide, fedora-39, fedora-38, fedora-37, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ] + os: [ fedora-rawhide, fedora-39, fedora-38, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ] timeout-minutes: 30 steps: - uses: actions/download-artifact@v3 diff --git a/freeipa-server-openshift-image.json b/freeipa-server-openshift-image.json index c3bca5e0..341e3d90 100644 --- a/freeipa-server-openshift-image.json +++ b/freeipa-server-openshift-image.json @@ -47,17 +47,6 @@ "name": "quay.io/freeipa/freeipa-server:fedora-38" } }, - { - "name": "fedora-37", - "annotations": { - "openshift.io/display-name": "FreeIPA Server on Fedora 37", - "tags": "freeipa, identity management" - }, - "from": { - "kind": "DockerImage", - "name": "quay.io/freeipa/freeipa-server:fedora-37" - } - }, { "name": "fedora-rawhide", "annotations": {