Skip to content

Commit

Permalink
Bump ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Sep 5, 2024
1 parent b453214 commit 155bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
# We test against the earliest and latest PHP versions for each major supported version.
php: [ '5.6', '7.0', '7.4', '8.0' ]
wp: [ '5.2', '5.3', '5.4', '5.5', '5.6', 'latest' ]
php: [ '5.6', '7.0', '7.4', '8.0', '8.1', '8.2' ]
wp: [ '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', 'latest' ]
multisite: [ '0', '1' ]
exclude:
# Earlier versions of WordPress do not support PHP 7.4+
Expand Down

0 comments on commit 155bef1

Please sign in to comment.