Skip to content

Commit

Permalink
tested on trunk and php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Jul 26, 2023
1 parent 5d10794 commit 4c36aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
strategy:
matrix:
include:
- php: 8.0
- php: 8.2
wp: trunk
- php: 8.0
wp: 6.2
- php: 8.0
wp: 6.1

name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
steps:
Expand Down Expand Up @@ -67,7 +71,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 8.2
extensions: mbstring, intl #optional, setup extensions
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
coverage: xdebug #optional, setup coverage driver
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/push-test-deploy.yml

This file was deleted.

0 comments on commit 4c36aca

Please sign in to comment.