fix phpunit test
All checks were successful
/ test (push) Successful in 1s
Unit Testing / phpunit (8.1) (push) Successful in 5s
Unit Testing / phpunit (8.2) (push) Successful in 2s
Unit Testing / phpunit (8.3) (push) Successful in 2s
Unit Testing / phpunit (latest) (push) Successful in 2s
Unit Testing / phpunit (8.1) (pull_request) Successful in 3s
Unit Testing / phpunit (8.2) (pull_request) Successful in 2s
Unit Testing / phpunit (8.3) (pull_request) Successful in 2s
Unit Testing / phpunit (latest) (pull_request) Successful in 3s

This commit is contained in:
André Menrath 2024-09-20 20:28:22 +02:00
parent 626c4d5ffc
commit 92321bb9f0

View file

@ -12,11 +12,11 @@ jobs:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306:3306
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
include:
- wp-version: latest
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
include:
- wp-version: latest
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4