From 908abc1b47d9ef87b4f178c47e7a7ea9c8caa838 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sat, 17 Aug 2024 14:01:42 -0400 Subject: [PATCH] Don't fail fast on the matrix --- .github/workflows/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index bf7a5a3..7068634 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -9,6 +9,7 @@ on: jobs: tests: strategy: + fail-fast: false matrix: java: [11, 17, 21] scala: ["2.13.14", "3.3.3"]