Skip to content

Commit

Permalink
Update Python and ClickHouse versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Jul 24, 2023
1 parent 80ca5bb commit d9fceaa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
push_to_dockerhub:
runs-on: ubuntu-latest
env:
CLICKHOUSE_VERSIONS: "21.8.15.7, 22.3.20.29, 22.8.19.10, 23.3.4.17, 23.4.4.16, 23.5.3.24, latest"
CLICKHOUSE_VERSIONS: "21.8.15.7, 22.3.20.29, 22.8.20.11, 23.3.8.21, latest"
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
Expand All @@ -50,17 +50,17 @@ jobs:
fail-fast: false
matrix:
target:
- {python: "3.6.15", ubuntu: "20.04"}
- {python: "3.10.12", ubuntu: "latest"}
- python: "3.6"
ubuntu: "20.04"
- python: "3.10"
ubuntu: "latest"
# a copy-paste of the above as github CI can't use env context in matrices
clickhouse:
- "21.8.15.7"
- "22.3.20.29"
- "22.8.19.10"
- "23.3.4.17"
- "23.4.4.16"
- "23.5.3.24"
- "latest"
- "21.8.15.7"
- "22.3.20.29"
- "22.8.20.11"
- "23.3.8.21"
- "latest"

runs-on: ubuntu-${{ matrix.target.ubuntu }}
steps:
Expand Down

0 comments on commit d9fceaa

Please sign in to comment.