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:18:36 UTC

[whimsy] branch master updated: Does it fail on other Ubunte versions

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 bc1aa8a9 Does it fail on other Ubunte versions
bc1aa8a9 is described below

commit bc1aa8a95ab60bd0d43630b3813027ac0b2ccf5e
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 15:18:30 2022 +0100

    Does it fail on other Ubunte versions
---
 .github/workflows/unittestlib.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittestlib.yml b/.github/workflows/unittestlib.yml
index b2a78d7c..88a3f61f 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -10,9 +10,9 @@ on:
 jobs:
   test:
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
-        os: [macos-latest, ubuntu-20.04]
+        os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
         ruby: [2.7, 3.1]
     runs-on: ${{ matrix.os }}
     steps: