You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/08 05:54:38 UTC

[buildstream] 02/02: .github/workflows/ci.yml: Adding fedora 32 and 33 to the test matrix

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/bst-1/py39
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0144cf3b7291031886033072811fb851e9a30fb7
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Sun Aug 8 14:53:56 2021 +0900

    .github/workflows/ci.yml: Adding fedora 32 and 33 to the test matrix
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8583083..c02a45a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
           - debian:10
           - fedora:30
           - fedora:31
+          - fedora:32
+          - fedora:33
           - ubuntu:18.04
 
     steps: