From bc9d6f350b32e68e294024b14295643d95611a46 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 23 Oct 2024 15:16:58 +0200 Subject: [PATCH] test against curl 8.9.1 since 8.9.0 segfaults all around --- .github/workflows/curl-matrix.yml | 8 ++++---- scripts/curlver.dist | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/curl-matrix.yml b/.github/workflows/curl-matrix.yml index 3748166..018d2ef 100644 --- a/.github/workflows/curl-matrix.yml +++ b/.github/workflows/curl-matrix.yml @@ -121,12 +121,12 @@ jobs: cd http make -f scripts/ci/Makefile test - curl-8_9_0: - name: curl-8_9_0 + curl-8_9_1: + name: curl-8_9_1 continue-on-error: true env: PHP: "8.3" - CURL: "8_9_0" + CURL: "8_9_1" enable_debug: "yes" enable_iconv: "yes" with_http_libcurl_dir: "/opt" @@ -140,7 +140,7 @@ jobs: with: repository: curl/curl path: curl - ref: curl-8_9_0 # + ref: curl-8_9_1 # - name: Install run: | echo 'deb-src http://azure.archive.ubuntu.com/ubuntu jammy main' | sudo tee -a /etc/apt/sources.list && \ diff --git a/scripts/curlver.dist b/scripts/curlver.dist index 4a78eda..18a78b2 100644 --- a/scripts/curlver.dist +++ b/scripts/curlver.dist @@ -2,7 +2,7 @@ # 7.21.5-7.29.0 fail to configure on gh actions # always test against a few recent -latest: master 8.10.1 8.9.0 8.8.0 8.7.1 8.6.0 8.5.0 +latest: master 8.10.1 8.9.1 8.8.0 8.7.1 8.6.0 8.5.0 # various linux distros current: 8.2.1 8.1.1 7.88.1 7.81.0 # and a couple older -- 2.30.2