Skip to content

Commit a8be15f

Browse files
committed
chore(ci): add ibis 7.x to CI matrix
1 parent 084f47d commit a8be15f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ jobs:
9393
- "3.11"
9494
ibis-version:
9595
- "4.1"
96-
- "5.1"
97-
- "6.0"
96+
- "7.0"
9897
include:
9998
- os: windows-latest
10099
python-version: "3.11"
101-
ibis-version: "6.0"
100+
ibis-version: "7.0"
102101

103102
steps:
104103
- uses: actions/checkout@v4
@@ -132,8 +131,7 @@ jobs:
132131
- "3.11"
133132
ibis-version:
134133
- "4.1"
135-
- "5.1"
136-
- "6.0"
134+
- "7.0"
137135

138136
steps:
139137
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)