Skip to content

Commit

Permalink
Improve range of WordPress versions to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 5, 2023
1 parent f593f9b commit 2cbb1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
fail-fast: true
matrix:
php:
- '7.0'
- '7.4'
- '8.0'
- '8.1'
Expand All @@ -58,6 +57,8 @@ jobs:
wordpress: '5.0'
- php: '5.6'
wordpress: '5.2'
- php: '7.0'
wordpress: '6.0'
- php: '8.2'
wordpress: 'trunk'
experimental: true
Expand Down

0 comments on commit 2cbb1c4

Please sign in to comment.