Skip to content

Commit a3696ff

Browse files
committed
- update tests to drop php8.0 from the matrix and drop wp 6.1
- Add php8.0 + wp6.3 to the include list
1 parent af91b55 commit a3696ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/testing-integration.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,21 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: [ '8.2', '8.1', '8.0' ]
25-
wordpress: [ '6.3', '6.2', '6.1' ]
24+
php: [ '8.2', '8.1' ]
25+
wordpress: [ '6.3', '6.2' ]
2626
include:
2727
- php: '8.1'
2828
wordpress: '6.2'
2929
multisite: true
3030
- php: '8.2'
3131
wordpress: '6.4.0'
3232
coverage: 1
33+
- php: '8.0'
34+
wordpress: '6.3'
3335
- php: '8.1'
3436
wordpress: '6.0'
37+
- php: '8.3'
38+
wordpress: '6.4.3'
3539
- php: '8.1'
3640
wordpress: '5.9'
3741
- php: '7.4'

0 commit comments

Comments
 (0)