Skip to content

Commit 44db394

Browse files
committed
Add testing on PHP 8.5.
1 parent f9eda61 commit 44db394

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- '8.3'
5555
- '7.4'
5656
include:
57+
# Latest WordPress on PHP 8.5
58+
- wp: '6.8'
59+
php: '8.5'
5760
# Latest WordPress on PHP 8.4
5861
- wp: '6.8'
5962
php: '8.4'

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
label:
4545
- 'PHP'
4646
php:
47+
- '8.5'
4748
- '8.4'
4849
fail-fast: false
4950
with:

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- '8.3'
5656
- '7.4'
5757
include:
58+
# Latest WordPress on PHP 8.5
59+
- wp: '6.8'
60+
php: '8.5'
5861
# Latest WordPress on PHP 8.4
5962
- wp: '6.8'
6063
php: '8.4'

0 commit comments

Comments
 (0)