Skip to content

Commit b7fb979

Browse files
committed
Reinstate all tests
1 parent e88dee1 commit b7fb979

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
wp-versions: [ 'latest' ] #[ 'latest' ]
54-
php-versions: [ '7.4' ] #[ '7.3', '7.4', '8.0', '8.1' ]
54+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.3', '7.4', '8.0', '8.1' ]
5555

5656
# Folder names within the 'tests' folder to run tests in parallel.
5757
test-groups: [
58+
'acceptance/forms',
59+
'acceptance/general',
5860
'acceptance/recommendations',
61+
'wpunit'
5962
]
6063

6164
# Steps to install, configure and run tests

0 commit comments

Comments
 (0)