We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f60818 commit 1dd7221Copy full SHA for 1dd7221
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
+ channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11', '1.12']
14
os: [ubuntu-latest]
15
steps:
16
- uses: actions/checkout@v4
0 commit comments