From 14919390319b49a542cf74ced81d65c968863928 Mon Sep 17 00:00:00 2001 From: hantianfeng Date: Wed, 29 May 2024 14:17:22 +0800 Subject: [PATCH] Fix CI --- .github/workflows/framework.yml | 5 ++--- tests/swoole_pdo_oracle/bug44301.phpt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/framework.yml b/.github/workflows/framework.yml index ccb4ceebb5a..cad986fc751 100644 --- a/.github/workflows/framework.yml +++ b/.github/workflows/framework.yml @@ -7,8 +7,7 @@ on: jobs: linux: runs-on: ubuntu-latest - if: 0 -# if: "!contains(github.event.head_commit.message, '[test]')" + if: "!contains(github.event.head_commit.message, '[test]')" strategy: fail-fast: false matrix: @@ -124,7 +123,7 @@ jobs: brew install openssl && brew link openssl brew install c-ares && brew link c-ares phpize - ./configure --enable-openssl --with-openssl-dir=/usr/local/opt/openssl@1.1 --enable-mysqlnd --enable-swoole-curl --enable-cares + ./configure --enable-openssl --with-openssl-dir=/usr/local/opt/openssl@3 --enable-mysqlnd --enable-swoole-curl --enable-cares make -j$(sysctl -n hw.ncpu) sudo make install php --ri swoole diff --git a/tests/swoole_pdo_oracle/bug44301.phpt b/tests/swoole_pdo_oracle/bug44301.phpt index 06e622b4abb..74a0c637fe1 100644 --- a/tests/swoole_pdo_oracle/bug44301.phpt +++ b/tests/swoole_pdo_oracle/bug44301.phpt @@ -30,4 +30,4 @@ run(function() { --EXPECTF-- SQLSTATE[HY000]: General error: 942 OCIStmtExecute: ORA-00942: table or view does not exist Help: %s - (%s:%d)" + (%s:%d)