Skip to content

Commit a6caa0a

Browse files
authored
add 4.56.0 to CI (#212)
1 parent 1bb76a1 commit a6caa0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
python: ['3.10', '3.11', '3.12', '3.13']
19-
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', '4.55.4', 'main']
19+
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', '4.55.4', '4.56.0', 'main']
2020
torch: ['2.8', 'main']
2121
exclude:
2222
- python: '3.10'
@@ -29,6 +29,8 @@ jobs:
2929
transformers: '4.53.3'
3030
- python: '3.10'
3131
transformers: '4.55.4'
32+
- python: '3.10'
33+
transformers: '4.56.0'
3234
- python: '3.11'
3335
torch: 'main'
3436
- python: '3.11'
@@ -37,6 +39,8 @@ jobs:
3739
transformers: 'main'
3840
- python: '3.11'
3941
transformers: '4.55.4'
42+
- python: '3.11'
43+
transformers: '4.56.0'
4044
- python: '3.13'
4145
torch: '2.8'
4246
- python: '3.13'

0 commit comments

Comments
 (0)