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 8199045  Try to match Travis environ
8199045 is described below

commit 81990458d37a4d41dc16d545cee12fbcce6363ed
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 24 17:53:35 2022 +0000

    Try to match Travis environ
---
 .github/workflows/unittestagenda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index ca8d5e5..bea2933 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -14,7 +14,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-20.04, 'macos-latest']
-        ruby: [2.7]
+        ruby: [2.7.1]
     runs-on: ${{ matrix.os }}
     steps:
     - name: setup

Reply via email to