diff --git a/.github/workflows/protocol.yml b/.github/workflows/protocol.yml index 5e2ca2ea2..cbe2d9055 100644 --- a/.github/workflows/protocol.yml +++ b/.github/workflows/protocol.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 strategy: + fail-fast: false matrix: ruby-version: ['2.6', '2.7', '3.0', '3.1', 'head', 'debug'] diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index a2db74e1c..c53dd8254 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 strategy: + fail-fast: false matrix: ruby-version: ['2.6', '2.7', '3.0', '3.1', 'head', 'debug']