You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/21 14:25:45 UTC

[whimsy] branch master updated: 2.7 too old for 22.04

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new cd6dfbe2 2.7 too old for 22.04
cd6dfbe2 is described below

commit cd6dfbe2f95c6b4d400e00edb9c0f6e055c23df7
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 15:25:40 2022 +0100

    2.7 too old for 22.04
---
 .github/workflows/unittestlib.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/unittestlib.yml b/.github/workflows/unittestlib.yml
index 88a3f61f..9f0141a6 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -14,6 +14,10 @@ jobs:
       matrix:
         os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
         ruby: [2.7, 3.1]
+        # 2.7 not supported on 22.04
+        exclude:
+          - os: ubuntu-22.04
+            ruby: 2.7
     runs-on: ${{ matrix.os }}
     steps:
     - name: setup # needed for installing ruby-ldap