Skip to content

Commit

Permalink
php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jun 25, 2021
1 parent 16fc2e6 commit 628796e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, pgsql, mysqli
extensions: mbstring, pgsql, mysqli, gd, xmlrpc,zip
ini-values: max_input_vars=5000

- name: composer
run: |
Expand Down

0 comments on commit 628796e

Please sign in to comment.