Skip to content

Commit

Permalink
Fixed issue caused by a bug (PHPUnit) in PHP8.1 based on git action
Browse files Browse the repository at this point in the history
  • Loading branch information
ptthao-yrglmvn committed Feb 28, 2024
1 parent 475830f commit 92495d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup PHP
uses: nanasess/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

extensions: :xdebug
- name: Archive Plugin
env:
PLUGIN_CODE: ${{ matrix.plugin_code }}
Expand Down

0 comments on commit 92495d4

Please sign in to comment.