Skip to content

Commit

Permalink
Update GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Mar 30, 2024
1 parent ed31aac commit 9f55055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php:
- 8.0
- 8.1
- 7.4
- 5.6
wp:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
mysql -u root -h ${DB_HOST} -e "CREATE DATABASE ${WP_DB_NAME};"
mysql -u root -h ${DB_HOST} -e "CREATE USER ${WP_DB_USER} IDENTIFIED BY '${WP_DB_PASS}';"
mysql -u root -h ${DB_HOST} -e "GRANT ALL PRIVILEGES ON ${WP_DB_NAME}.* TO ${WP_DB_USER};"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: composer validate --strict
- run: composer require --dev --no-update roots/wordpress:${{ matrix.wp }} wp-phpunit/wp-phpunit:${{ matrix.wp }}
- run: composer install --no-progress --no-interaction
Expand Down

0 comments on commit 9f55055

Please sign in to comment.