Skip to content

Commit 1b1e8ba

Browse files
committed
Run Tests and Coding Standards against PHP 8.4
1 parent 460eca0 commit 1b1e8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
50-
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]
50+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] #[ '7.4', '8.0', '8.1', '8.2' ]
5151

5252
# Steps to install, configure and run tests
5353
steps:

0 commit comments

Comments
 (0)