Skip to content

Commit d806df4

Browse files
add latest to regular testing version matrix and nightly test against head (#64)
1 parent 7c54c19 commit d806df4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Nightly head test
2+
3+
on:
4+
schedule:
5+
# Run once a day at 2:00 AM UTC
6+
- cron: '0 2 * * *'
7+
workflow_dispatch: # Allow manual triggering
8+
9+
jobs:
10+
test-head:
11+
name: Test against ClickHouse HEAD
12+
uses: ./.github/workflows/reusable.yml
13+
secrets: inherit
14+
with:
15+
clickhouse-version: head
16+
permissions:
17+
statuses: write

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
version:
33+
- "latest"
3334
- "25.10"
3435
- "25.9"
3536
- "25.8"

0 commit comments

Comments
 (0)