From e5b4b2ad189ee1d3ed11fb8179a42c49b21871b5 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 1 Dec 2020 18:19:10 +0100 Subject: [PATCH] Enable fedora-latest docker image for testing (#619) --- .github/workflows/ci-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 39c17c9a..79e1cbe9 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -20,6 +20,7 @@ jobs: tag: # Those are our dockerhub alire/gnat:tag machines - centos-latest-community-latest # Test unsupported package manager - debian-stable # Test current stable Debian compiler + - fedora-latest # Test current Fedora compiler - ubuntu-lts # Test current LTS Ubuntu compiler - arch-rolling # Test Arch compiler (closest to FSF?) -- 2.39.5