CI: Add Fedora 36, remove Fedora 34

This commit is contained in:
Johanna Amann 2022-06-14 09:22:00 +01:00
parent 6a4c8e4e70
commit 94e1d5786e
2 changed files with 5 additions and 5 deletions

View file

@ -136,10 +136,10 @@ fedora35_task:
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE << : *CI_TEMPLATE
fedora34_task: fedora36_task:
container: container:
# Fedora 34 EOL: Around May 2022 # Fedora 36 EOL: Around May 2023
dockerfile: ci/fedora-34/Dockerfile dockerfile: ci/fedora-36/Dockerfile
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE << : *CI_TEMPLATE

View file

@ -1,8 +1,8 @@
FROM fedora:34 FROM fedora:36
# A version field to invalide Cirrus's build cache when needed, as suggested in # A version field to invalide Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20220519 ENV DOCKERFILE_VERSION 20220614
RUN dnf -y install \ RUN dnf -y install \
bison \ bison \