Skip to content

Commit 91b5ff0

Browse files
committed
Add PHP 8.4 and 8.5 to unit test matrix
- Add PHP 8.4 and 8.5 as experimental test builds - Allows monitoring compatibility with latest PHP versions - Tests won't block CI if they fail (experimental: true)
1 parent 8aa7060 commit 91b5ff0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
# Complement the builds run via the matrix with high/low WP builds for PHP 7.4 and 8.0.
3232
# PHP 8.0 is sort of supported since WP 5.6.
3333
# PHP 7.4 is supported since WP 5.3.
34+
- php: '8.5'
35+
wp: 'latest'
36+
experimental: true
37+
- php: '8.4'
38+
wp: 'latest'
39+
experimental: true
40+
3441
- php: '8.3'
3542
wp: 'latest'
3643
experimental: true

0 commit comments

Comments
 (0)