Skip to content

Commit 0616d98

Browse files
Let's see whether we really/still need PDO
1 parent f36bef3 commit 0616d98

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: 8.1
46-
extensions: none, ctype, curl, date, dom, json, libxml, mbstring, pdo_sqlite, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
46+
extensions: none, ctype, curl, date, dom, json, libxml, mbstring, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
4747
coverage: none
4848
tools: none
4949

@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363

6464
env:
65-
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
65+
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
6666
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
6767

6868
strategy:
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ${{ matrix.os }}
144144

145145
env:
146-
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
146+
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
147147
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
148148

149149
strategy:
@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
php-version: 8.1
234234
coverage: pcov
235-
extensions: none, curl, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
235+
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
236236
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
237237
tools: none
238238

@@ -256,7 +256,7 @@ jobs:
256256
runs-on: ubuntu-latest
257257

258258
env:
259-
PHP_EXTENSIONS: none, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
259+
PHP_EXTENSIONS: none, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
260260
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
261261

262262
steps:
@@ -300,7 +300,7 @@ jobs:
300300
runs-on: ubuntu-latest
301301

302302
env:
303-
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
303+
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
304304
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
305305

306306
strategy:
@@ -355,7 +355,7 @@ jobs:
355355
runs-on: ubuntu-latest
356356

357357
env:
358-
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
358+
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
359359
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
360360

361361
strategy:

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
"sebastian/type": "^1.1.3",
4848
"sebastian/version": "^2.0.1"
4949
},
50-
"require-dev": {
51-
"ext-PDO": "*"
52-
},
5350
"config": {
5451
"platform": {
5552
"php": "7.2.0"

0 commit comments

Comments
 (0)