Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
# Latest WordPress on PHP 8.4
- wp: '6.8'
php: '8.4'
# Latest WordPress on PHP 8.5
- wp: '6.8'
php: '8.5'
# Oldest supported WordPress
- wp: '6.0'
php: '7.4'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
label:
- 'PHP'
php:
- '8.5'
- '8.4'
fail-fast: false
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
# Latest WordPress on PHP 8.4
- wp: '6.8'
php: '8.4'
# Latest WordPress on PHP 8.5
- wp: '6.8'
php: '8.5'
# Oldest supported WordPress
- wp: '6.0'
php: '7.4'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- 'acceptance'
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '8.5'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@bfe334f89bb5c443ad7433a3ad0570be4ab756bb # 1.2.0
Expand All @@ -60,7 +60,7 @@ jobs:
- 'integration'
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '8.5'
- '7.4'
fail-fast: false
with:
Expand Down
Loading