From 3e693a50863653f087a8ae2bfc6a52fa362cf105 Mon Sep 17 00:00:00 2001 From: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com> Date: Wed, 6 May 2026 10:10:58 -0400 Subject: [PATCH] ci: add E41 and E42 to test matrix --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b3daf7..a1aa630 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,8 @@ jobs: - 38 - 39 - 40 + - 41 + - 42 runs-on: ubuntu-22.04 steps: - name: Checkout