From 74d990faf8d31fb3318f076a4774d0d7a6b6740f Mon Sep 17 00:00:00 2001 From: Yu Li Date: Fri, 28 Aug 2026 22:21:08 +0000 Subject: [PATCH] Add JAX 0.11.1 to test matrix --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a93baef..e4538cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,10 +27,12 @@ jobs: fail-fast: false matrix: python-version: ['3.11', '3.12', '3.13', '3.14'] - jax-version: ['0.8.3', '0.9.0', '0.9.1', '0.9.2', '0.10.0', '0.10.1', '0.10.2', '0.11.0', 'nightly'] + jax-version: ['0.8.3', '0.9.0', '0.9.1', '0.9.2', '0.10.0', '0.10.1', '0.10.2', '0.11.0', '0.11.1', 'nightly'] exclude: - python-version: '3.11' jax-version: '0.11.0' + - python-version: '3.11' + jax-version: '0.11.1' runs-on: ubuntu-latest timeout-minutes: 30