Skip to content

Commit 808c0e8

Browse files
committed
wip
1 parent 5116c32 commit 808c0e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# temporary disabled for testing
15-
# php: [ '7.4', '8.0', '8.1', '8.2' ]
16-
# wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
17-
php: [ '8.4' ]
18-
wordpress: [ '6.5' ]
14+
php: [ '7.4', '8.0', '8.1', '8.2' ]
15+
wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
1916
exclude:
2017
# Exclude older PHP versions with newer WordPress
2118
- php: '7.4'

0 commit comments

Comments
 (0)