Skip to content

Commit 032bafb

Browse files
committed
wip
1 parent af4a5bd commit 032bafb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '7.4', '8.0', '8.1', '8.2' ]
15-
wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
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' ]
1619
exclude:
1720
# Exclude older PHP versions with newer WordPress
1821
- php: '7.4'

0 commit comments

Comments
 (0)