This commit is contained in:
parent
515f79fd9c
commit
4b151f2f4e
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
php-version: ['8.1', '8.2', '8.3']
|
||||
event-plugin: []
|
||||
name: PHPUnit – PHP ${{ matrix.php-version }}
|
||||
env:
|
||||
extensions: mysql
|
||||
|
@ -37,7 +38,7 @@ jobs:
|
|||
path: |
|
||||
${{ env.WP_CORE_DIR }}
|
||||
${{ env.WP_TESTS_DIR }}
|
||||
key: cache-wordpress-1
|
||||
key: cache-wordpress-2
|
||||
|
||||
- name: Cache Composer
|
||||
id: cache-composer-phpunit
|
||||
|
|
Loading…
Reference in a new issue