Skip to content

Commit 4f84fb6

Browse files
authored
Merge pull request #243 from poissoncorp/v7.1
RDBC-925 AI Agents - Python (7.1)
2 parents 6d3ed33 + a22f6d9 commit 4f84fb6

19 files changed

+2129
-5
lines changed

.github/workflows/RavenClient.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests/python
22

33
on:
44
push:
5-
branches: [v7.0]
5+
branches: [v7.1]
66
pull_request:
7-
branches: [v7.0]
7+
branches: [v7.1]
88
schedule:
99
- cron: '0 10 * * *'
1010
workflow_dispatch:
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version: [ '3.9', '3.10' ,'3.11', '3.12']
33-
serverVersion: [ '7.0', '7.1' ]
33+
serverVersion: [ '7.1' ]
3434
fail-fast: false
3535

3636
steps:

0 commit comments

Comments
 (0)