diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35094cda54..87ed3e6b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: name: "Test with Jekyll ${{ matrix.jekyll }} (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})" runs-on: "${{ matrix.os }}-latest" strategy: + fail-fast: false matrix: jekyll: ["~> 3.9", "~> 4.2"] ruby: ["2.7", "3.3"]