Skip to content

Commit

Permalink
测试 swoole 连接 postgresql (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk authored Sep 9, 2024
1 parent e4a3965 commit 64e9582
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 297 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
./bin/swoole-cli -r "echo PHP_VERSION;"
./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/MainTest.php --list-tests
./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/MainTest.php
./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/SwoolePGSQLTest.php
- name: production artifacts debug
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.15",
"squizlabs/php_codesniffer": "^3.7",
"swoole/ide-helper": "@dev"
"swoole/ide-helper": "5.1.x-dev"
},
"scripts": {
"test": "phpunit",
Expand Down
Loading

0 comments on commit 64e9582

Please sign in to comment.