Skip to content

Commit

Permalink
test for php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Sep 28, 2021
1 parent ba449e0 commit 1735830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
include:
- php: 7.4
- php: 8.0
wp: latest
- php: 7.3
wp: latest
Expand All @@ -38,6 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
tools: phpunit-polyfills
php-version: ${{ matrix.php }}
extensions: mbstring, intl , mysqli
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
Expand Down

0 comments on commit 1735830

Please sign in to comment.