From 2f9efcfa3d2f5e9643c0af679a593bb491e92dad Mon Sep 17 00:00:00 2001 From: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:27:11 -0500 Subject: [PATCH] ci: add E40 to test matrix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88e3ac4..149a795 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: - 37 - 38 - 39 + - 40 runs-on: ubuntu-22.04 steps: - name: Checkout