Skip to content

Commit

Permalink
Add PHP 8.4 to GitHub workflow for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brezocordero committed Nov 23, 2024
1 parent 6589de2 commit 93113d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
WP_TESTS_DIR: "/tmp/wordpress/tests/phpunit"
strategy:
matrix:
php: [7.4, 8.3]
php: [7.4, 8.4]
wp-version: [latest]

steps:
Expand Down

0 comments on commit 93113d0

Please sign in to comment.