Skip to content

Commit

Permalink
test against curl 8.9.1 since 8.9.0 segfaults all around
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Oct 23, 2024
1 parent 45eb80a commit bc9d6f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/curl-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/curlver.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc9d6f3

Please sign in to comment.