update wordpress ci cache
Some checks failed
PHPUnit / PHPUnit – PHP (push) Failing after 1m4s

This commit is contained in:
André Menrath 2024-09-24 10:36:02 +02:00
parent 515f79fd9c
commit 4b151f2f4e

View file

@ -22,6 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php-version: ['8.1', '8.2', '8.3'] php-version: ['8.1', '8.2', '8.3']
event-plugin: []
name: PHPUnit PHP ${{ matrix.php-version }} name: PHPUnit PHP ${{ matrix.php-version }}
env: env:
extensions: mysql extensions: mysql
@ -37,7 +38,7 @@ jobs:
path: | path: |
${{ env.WP_CORE_DIR }} ${{ env.WP_CORE_DIR }}
${{ env.WP_TESTS_DIR }} ${{ env.WP_TESTS_DIR }}
key: cache-wordpress-1 key: cache-wordpress-2
- name: Cache Composer - name: Cache Composer
id: cache-composer-phpunit id: cache-composer-phpunit