Skip to content

Commit 86f4aa0

Browse files
committed
more comments in CI
1 parent 234224c commit 86f4aa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-cubesql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,15 @@ jobs:
113113
strategy:
114114
matrix:
115115
# Current used version + 1 LTS
116-
# TODO: Add 24 after it's been released
116+
# TODO: Add 24 after it's been released (don't forget to uncomment excludes below!)
117117
node-version: [22]
118118
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
119119
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
120120
# minimize number of jobs
121121
exclude:
122+
# TODO: uncomment after adding v24
123+
# - node-version: 22
124+
# target: "aarch64-unknown-linux-gnu"
122125
- python-version: 3.10
123126
target: "aarch64-unknown-linux-gnu"
124127
- python-version: 3.11

0 commit comments

Comments
 (0)