Skip to content

Commit

Permalink
Change minimum to PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 9, 2023
1 parent b6962a5 commit 8df3de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: xml, pcov, mbstring, pdo, pdo_mysql, intl, zip
extensions: mbstring, intl, zip
coverage: none

- name: Check PHP Version
Expand Down

0 comments on commit 8df3de0

Please sign in to comment.