Skip to content

Commit 7cabf01

Browse files
committed
Reinstate all tests
1 parent 4fc10ce commit 7cabf01

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
wp-versions: [ 'latest' ] #[ '6.1.1', 'latest' ]
55-
php-versions: [ '8.1' ] #[ '7.3', '7.4', '8.0', '8.1' ]
55+
php-versions: [ '8.1', '8.2', '8.3', '8.4' ] #[ '7.3', '7.4', '8.0', '8.1' ]
5656

5757
# Folder names within the 'tests' folder to run tests in parallel.
5858
test-groups: [
59-
'EndToEnd/uninstall'
59+
'EndToEnd/forms',
60+
'EndToEnd/general',
61+
'EndToEnd/recommendations',
62+
'EndToEnd/uninstall',
63+
'Integration'
6064
]
6165

6266
# Steps to install, configure and run tests

0 commit comments

Comments
 (0)