Skip to content

Commit 1dd7221

Browse files
committed
chore: run CI on 1.12
1 parent 8f60818 commit 1dd7221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
13+
channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11', '1.12']
1414
os: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)