Skip to content

Commit

Permalink
chore(ci): add ibis 7.x to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Oct 5, 2023
1 parent 084f47d commit a8be15f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
- "3.11"
ibis-version:
- "4.1"
- "5.1"
- "6.0"
- "7.0"
include:
- os: windows-latest
python-version: "3.11"
ibis-version: "6.0"
ibis-version: "7.0"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -132,8 +131,7 @@ jobs:
- "3.11"
ibis-version:
- "4.1"
- "5.1"
- "6.0"
- "7.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8be15f

Please sign in to comment.