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 569228a Is the exact Ruby version important?
569228a is described below
commit 569228addf96877e50fecfc8ae2b19ada930d70b
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 13:08:09 2022 +0000
Is the exact Ruby version important?
[skip ci]
---
.github/workflows/unittestagenda.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index a9a3e6a..5e1e86e 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -11,10 +11,10 @@ on:
jobs:
test:
strategy:
- fail-fast: false
+ fail-fast: true
matrix:
os: [ubuntu-20.04, 'macos-latest']
- ruby: [2.7.1]
+ ruby: [2.7]
runs-on: ${{ matrix.os }}
steps:
- name: setup Ubuntu missing header files