summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavey Shafik <davey@php.net>2020-10-27 08:57:42 +0000
committerGitHub <noreply@github.com>2020-10-27 08:57:42 +0000
commitc10173c42b022941d425a9a469cf73b5eba4e6fb (patch)
tree69a99508019ea16b2290af640f629e63e75bf084 /.github
parent7ff945e2bb8f119a9f1fdbf79ce99eaecc420ef9 (diff)
downloadphp7-mysql-shim-c10173c42b022941d425a9a469cf73b5eba4e6fb.zip
php7-mysql-shim-c10173c42b022941d425a9a469cf73b5eba4e6fb.tar.gz
php7-mysql-shim-c10173c42b022941d425a9a469cf73b5eba4e6fb.tar.bz2
Remove socket test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index 347e795..95c09f2 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -37,7 +37,6 @@ jobs:
- name: Run Tests
run: composer run test -- --coverage-text
env:
- CI: true
MYSQL_HOST: 127.0.0.1:${{ job.services.mysql.ports['3306'] }}
MYSQL_USERNAME: root
MYSQL_PASSWORD: password