Skip to content

Commit 1e1ae50

Browse files
authored
Adding JAX 0.8.0 to the unittest matrix (#124)
1 parent a1b500d commit 1e1ae50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
python-version: ['3.10', '3.11', '3.12', '3.13']
27-
jax-version: ['0.5.3', '0.6.0', '0.6.1', '0.6.2', '0.7.0', '0.7.1', '0.7.2', 'nightly']
27+
jax-version: ['0.5.3', '0.6.0', '0.6.1', '0.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', 'nightly']
2828

2929
exclude:
3030
- python-version: '3.10'
@@ -33,6 +33,8 @@ jobs:
3333
jax-version: '0.7.1'
3434
- python-version: '3.10'
3535
jax-version: '0.7.2'
36+
- python-version: '3.10'
37+
jax-version: '0.8.0'
3638
- python-version: '3.10'
3739
jax-version: 'nightly'
3840
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)