Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 29, 2024
1 parent 8dcf718 commit 1491939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/swoole_pdo_oracle/bug44301.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1491939

Please sign in to comment.