Skip to content

Commit

Permalink
Cross fingers and hope.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Jun 3, 2023
1 parent 59adf83 commit 339a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl, gd, imagick, zip, dom, pdo_mysql, pdo_pgsql, fileinfo
ini-values: post_max_size=256M
ini-values: post_max_size=256M, allow_url_fopen=1

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 339a9e1

Please sign in to comment.