From f32a75e4450fd1f0b8db49510859e1064e847416 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 23 Jun 2022 11:34:25 +0200 Subject: [PATCH] Update docker images used in test workflow (#558) Remove Community Edition tests, switch centOS to the rolling stream release with alr-provided FSF GNAT, add Fedora that was lying unused. Co-authored-by: GHA --- .github/workflows/build-crate.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-crate.yml b/.github/workflows/build-crate.yml index 8bd36772..994db6bc 100644 --- a/.github/workflows/build-crate.yml +++ b/.github/workflows/build-crate.yml @@ -19,11 +19,11 @@ jobs: - ubuntu-latest - windows-latest tag: - - arch-rolling - - centos-latest-community-latest - - community-latest - - debian-stable - - ubuntu-lts + - arch-rolling # Arch has its own recent GNAT and pacman + - centos-stream-fsf-latest # CentOS is used for unknown package manager + - debian-stable # Debian has very good Ada support and apt + - fedora-latest # Fedora has its own GNAT and dnf + - ubuntu-lts # Ubuntu LTS is a common Debian derivative - "" exclude: # inclusions don't allow to add arrays of values to a scenario - os: ubuntu-latest @@ -31,21 +31,21 @@ jobs: - os: macos-latest tag: arch-rolling - os: macos-latest - tag: centos-latest-community-latest - - os: macos-latest - tag: community-latest + tag: centos-stream-fsf-latest - os: macos-latest tag: debian-stable + - os: macos-latest + tag: fedora-latest - os: macos-latest tag: ubuntu-lts - os: windows-latest tag: arch-rolling - os: windows-latest - tag: centos-latest-community-latest - - os: windows-latest - tag: community-latest + tag: centos-stream-fsf-latest - os: windows-latest tag: debian-stable + - os: windows-latest + tag: fedora-latest - os: windows-latest tag: ubuntu-lts