Skip to content

Commit 8df3de0

Browse files
committed
Change minimum to PHP 8.1
1 parent b6962a5 commit 8df3de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: shivammathur/setup-php@v2
2020
with:
2121
php-version: ${{ matrix.php-versions }}
22-
extensions: xml, pcov, mbstring, pdo, pdo_mysql, intl, zip
22+
extensions: mbstring, intl, zip
2323
coverage: none
2424

2525
- name: Check PHP Version

0 commit comments

Comments
 (0)