From 4698e1548f945254609e90cf1b5072c76dc65d0b Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Wed, 15 Jan 2025 13:41:04 +0100 Subject: [PATCH] ci: run on php 8.4 and use latest clickhouse lts --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b173ada..e2112b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,14 @@ jobs: php-version: - "8.2" - "8.3" + - "8.4" dependency-versions: - "highest" include: - dependency-versions: "lowest" php-version: "8.2" env: - CLICKHOUSE_VERSION: "23.12" + CLICKHOUSE_VERSION: "24.8" steps: - name: "Checkout"