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